MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / set_focus

Method set_focus

mitmproxy/tools/console/eventlog.py:35–37  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

33 )
34
35 def set_focus(self, index):
36 if 0 <= index < len(self.walker):
37 super().set_focus(index)
38
39 def keypress(self, size, key):
40 if key == "m_end":

Callers 5

keypressMethod · 0.95
add_eventMethod · 0.45
keypressMethod · 0.45
keypressMethod · 0.45
find_nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected