Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ __init__
Method
__init__
mitmproxy/tools/console/window.py:309–311 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
307
308
class
Screen(urwid.raw_display.Screen):
309
def
__init__(self) -> None:
310
super().__init__()
311
self.logger = logging.getLogger(
"urwid"
)
312
313
def
write(self, data):
314
if
common.IS_WINDOWS_OR_WSL:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected