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

Method set_overlay

mitmproxy/tools/console/window.py:77–84  ·  view source on GitHub ↗
(self, o, **kwargs)

Source from the content-addressed store, hash-verified

75 self.overlay = None
76
77 def set_overlay(self, o, **kwargs):
78 self.overlay = overlay.SimpleOverlay(
79 self,
80 o,
81 self.top_widget(),
82 o.width,
83 **kwargs,
84 )
85
86 def top_window(self):
87 """

Callers

nothing calls this directly

Calls 1

top_widgetMethod · 0.95

Tested by

no test coverage detected