Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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