MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / __init__

Method __init__

mitmproxy/tools/console/flowlist.py:11–14  ·  view source on GitHub ↗
(self, master, flow)

Source from the content-addressed store, hash-verified

9
10class FlowItem(urwid.WidgetWrap):
11 def __init__(self, master, flow):
12 self.master, self.flow = master, flow
13 w = self.get_text()
14 urwid.WidgetWrap.__init__(self, w)
15
16 def get_text(self):
17 cols, _ = self.master.ui.get_cols_rows()

Callers 1

__init__Method · 0.45

Calls 1

get_textMethod · 0.95

Tested by

no test coverage detected