MCPcopy
hub / github.com/mitmproxy/mitmproxy / focus_stack

Method focus_stack

mitmproxy/tools/console/window.py:154–155  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

152 self.stacks = [WindowStack(master, "flowlist"), WindowStack(master, "eventlog")]
153
154 def focus_stack(self):
155 return self.stacks[self.pane]
156
157 def configure(self, options, updated):
158 self.refresh()

Callers 6

set_overlayMethod · 0.95
pushMethod · 0.95
popMethod · 0.95
keypressMethod · 0.95
show_quickhelpMethod · 0.80
focus_changedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected