Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, *args, **kwargs):
websockify.ProxyRequestHandler.__init__(self, *args, **kwargs)
def __init__(self, *args, **kwargs):
self._compute_rpcapi = None
websockify.ProxyRequestHandler.__init__(self, *args, **kwargs)
def __init__(self, retsock, address, proxy, *args, **kwargs):
self._proxy = proxy
websockify.ProxyRequestHandler.__init__(self, retsock, address, proxy,
*args, **kwargs)