MCPcopy
hub / github.com/mitmproxy/mitmproxy / focus_changed

Method focus_changed

mitmproxy/tools/console/window.py:198–204  ·  view source on GitHub ↗

Triggered when the focus changes - either when it's modified, or when it changes to a different flow altogether.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

196 self.focus_changed()
197
198 def focus_changed(self, *args, **kwargs):
199 """
200 Triggered when the focus changes - either when it's modified, or
201 when it changes to a different flow altogether.
202 """
203 for i in self.stacks:
204 i.call("focus_changed")
205
206 def view_changed(self, *args, **kwargs):
207 """

Callers 3

flow_changedMethod · 0.95
pushMethod · 0.95
popMethod · 0.95

Calls 1

callMethod · 0.45

Tested by

no test coverage detected