MCPcopy
hub / github.com/mitmproxy/mitmproxy / top_window

Method top_window

mitmproxy/tools/console/window.py:86–90  ·  view source on GitHub ↗

The current top window, ignoring overlays.

(self)

Source from the content-addressed store, hash-verified

84 )
85
86 def top_window(self):
87 """
88 The current top window, ignoring overlays.
89 """
90 return self.windows[self.stack[-1]]
91
92 def top_widget(self):
93 """

Callers 5

top_widgetMethod · 0.95
pushMethod · 0.95
callMethod · 0.95
wrappedMethod · 0.80
current_windowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected