MCPcopy
hub / github.com/mitmproxy/mitmproxy / make_rows

Method make_rows

mitmproxy/tools/console/quickhelp.py:46–49  ·  view source on GitHub ↗
(self, keymap: Keymap)

Source from the content-addressed store, hash-verified

44 bottom_items: HelpItems
45
46 def make_rows(self, keymap: Keymap) -> tuple[urwid.Columns, urwid.Columns]:
47 top = _make_row(self.top_label, self.top_items, keymap)
48 bottom = _make_row(self.bottom_label, self.bottom_items, keymap)
49 return top, bottom
50
51
52def make(

Callers 2

test_make_rowsFunction · 0.80
show_quickhelpMethod · 0.80

Calls 1

_make_rowFunction · 0.85

Tested by 1

test_make_rowsFunction · 0.64