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

Method __init__

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

Source from the content-addressed store, hash-verified

43
44class FlowDetails(tabs.Tabs):
45 def __init__(self, master):
46 self.master = master
47 super().__init__([])
48 self.show()
49 self.last_displayed_body = None
50 self.last_displayed_websocket_messages = None
51 contentviews.registry.on_change.connect(self.contentview_changed)
52
53 @property
54 def view(self):

Callers

nothing calls this directly

Calls 3

showMethod · 0.80
__init__Method · 0.45
connectMethod · 0.45

Tested by

no test coverage detected