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

Method __init__

mitmproxy/tools/console/flowview.py:488–493  ·  view source on GitHub ↗
(self, master)

Source from the content-addressed store, hash-verified

486 title = "Flow Details"
487
488 def __init__(self, master):
489 super().__init__(
490 FlowDetails(master),
491 header=FlowViewHeader(master),
492 )
493 self.master = master
494
495 def focus_changed(self, *args, **kwargs):
496 self.body.focus_changed()

Callers 1

__init__Method · 0.45

Calls 2

FlowDetailsClass · 0.85
FlowViewHeaderClass · 0.85

Tested by

no test coverage detected