Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
keypress
Method · 0.95
add_event
Method · 0.45
keypress
Method · 0.45
keypress
Method · 0.45
find_next
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected