Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ overlay
Method
overlay
mitmproxy/tools/console/master.py:253–255 ·
view source on GitHub ↗
(self, widget, **kwargs)
Source
from the content-addressed store, hash-verified
251
await super().done()
252
253
def
overlay(self, widget, **kwargs):
254
assert self.window
255
self.window.set_overlay(widget, **kwargs)
256
257
def
switch_view(self, name):
258
assert self.window
Callers
4
console_choose
Method · 0.80
console_choose_cmd
Method · 0.80
keypress
Method · 0.80
__call__
Method · 0.80
Calls
1
set_overlay
Method · 0.45
Tested by
no test coverage detected