MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / __init__

Method __init__

src/Ui/UiServer.py:22–26  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

20class UiWSGIHandler(WSGIHandler):
21
22 def __init__(self, *args, **kwargs):
23 self.server = args[2]
24 super(UiWSGIHandler, self).__init__(*args, **kwargs)
25 self.args = args
26 self.kwargs = kwargs
27
28 def run_application(self):
29 if "HTTP_UPGRADE" in self.environ: # Websocket request

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected