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

Method push

mitmproxy/tools/console/window.py:220–227  ·  view source on GitHub ↗

Push a window onto the currently focused stack.

(self, wname)

Source from the content-addressed store, hash-verified

218 self.refresh()
219
220 def push(self, wname):
221 """
222 Push a window onto the currently focused stack.
223 """
224 self.focus_stack().push(wname)
225 self.refresh()
226 self.view_changed()
227 self.focus_changed()
228
229 def pop(self) -> None:
230 """

Callers 15

switch_viewMethod · 0.45
ncFunction · 0.45
rcFunction · 0.45
index-Be7e-cwP.jsFile · 0.45
eFunction · 0.45
WrFunction · 0.45
vsFunction · 0.45
FFunction · 0.45
zeFunction · 0.45
ItFunction · 0.45
slFunction · 0.45
nlFunction · 0.45

Calls 4

focus_stackMethod · 0.95
refreshMethod · 0.95
view_changedMethod · 0.95
focus_changedMethod · 0.95

Tested by

no test coverage detected