MCPcopy
hub / github.com/mitmproxy/mitmproxy / set_overlay

Method set_overlay

mitmproxy/tools/console/window.py:213–218  ·  view source on GitHub ↗

Set an overlay on the currently focused stack.

(self, o, **kwargs)

Source from the content-addressed store, hash-verified

211 i.call("view_changed")
212
213 def set_overlay(self, o, **kwargs):
214 """
215 Set an overlay on the currently focused stack.
216 """
217 self.focus_stack().set_overlay(o, **kwargs)
218 self.refresh()
219
220 def push(self, wname):
221 """

Callers 1

overlayMethod · 0.45

Calls 2

focus_stackMethod · 0.95
refreshMethod · 0.95

Tested by

no test coverage detected