Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mitmproxy/mitmproxy
/ change_tab
Method
change_tab
mitmproxy/tools/console/tabs.py:29–31 ·
view source on GitHub ↗
(self, offset)
Source
from the content-addressed store, hash-verified
27
self.show()
28
29
def
change_tab(self, offset):
30
self.tab_offset = offset
31
self.show()
32
33
def
keypress(self, size, key):
34
n = len(self.tabs)
Callers
1
keypress
Method · 0.95
Calls
1
show
Method · 0.95
Tested by
no test coverage detected