Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ layout_pushed
Method
layout_pushed
mitmproxy/tools/console/commands.py:140–141 ·
view source on GitHub ↗
(self, prev)
Source
from the content-addressed store, hash-verified
138
self.master = master
139
140
def
layout_pushed(self, prev):
141
self.widget_list[0].walker.refresh()
142
143
def
keypress(self, size, key):
144
if
key ==
"m_next"
:
Callers
nothing calls this directly
Calls
1
refresh
Method · 0.45
Tested by
no test coverage detected