Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ switch_view
Method
switch_view
mitmproxy/tools/console/master.py:257–259 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
255
self.window.set_overlay(widget, **kwargs)
256
257
def
switch_view(self, name):
258
assert self.window
259
self.window.push(name)
260
261
def
quit(self, a):
262
if
a !=
"n"
:
Callers
8
view_keybindings
Method · 0.80
view_commands
Method · 0.80
view_options
Method · 0.80
view_eventlog
Method · 0.80
view_help
Method · 0.80
view_flow
Method · 0.80
edit_focus
Method · 0.80
keypress
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected