MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / __init__

Method __init__

mitmproxy/platform/windows.py:52–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 lock: threading.RLock
51
52 def __init__(self):
53 self.sock = None
54 self.lock = threading.RLock()
55
56 def setup(self):
57 with self.lock:

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected