MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / __init__

Method __init__

mitmproxy/platform/windows.py:118–121  ·  view source on GitHub ↗
(self, proxifier, *args, **kwargs)

Source from the content-addressed store, hash-verified

116
117class APIServer(socketserver.ThreadingMixIn, socketserver.TCPServer):
118 def __init__(self, proxifier, *args, **kwargs):
119 super().__init__(*args, **kwargs)
120 self.proxifier = proxifier
121 self.daemon_threads = True
122
123
124##########################

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected