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

Method layout_pushed

mitmproxy/tools/console/help.py:108–113  ·  view source on GitHub ↗

We are just about to push a window onto the stack.

(self, prev)

Source from the content-addressed store, hash-verified

106 return CListBox(text)
107
108 def layout_pushed(self, prev):
109 """
110 We are just about to push a window onto the stack.
111 """
112 self.helpctx = prev.keyctx
113 self.show()

Callers

nothing calls this directly

Calls 1

showMethod · 0.80

Tested by

no test coverage detected