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

Method __init__

mitmproxy/tools/console/tabs.py:23–27  ·  view source on GitHub ↗
(self, tabs, tab_offset=0)

Source from the content-addressed store, hash-verified

21
22class Tabs(urwid.WidgetWrap):
23 def __init__(self, tabs, tab_offset=0):
24 super().__init__(urwid.Pile([]))
25 self.tab_offset = tab_offset
26 self.tabs = tabs
27 self.show()
28
29 def change_tab(self, offset):
30 self.tab_offset = offset

Callers

nothing calls this directly

Calls 2

showMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected