Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ _modified
Method
_modified
mitmproxy/tools/console/grideditor/base.py:141–143 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
139
self.edit_row: GridRow | None = None
140
141
def
_modified(self):
142
self.editor.show_empty_msg()
143
return
super()._modified()
144
145
def
add_value(self, lst):
146
self.lst.append((lst[:], set()))
Callers
15
add_value
Method · 0.95
set_value
Method · 0.95
delete_focus
Method · 0.95
start_edit
Method · 0.95
left
Method · 0.95
right
Method · 0.95
tab_next
Method · 0.95
set_focus
Method · 0.95
sig_mod
Method · 0.80
start_editing
Method · 0.80
stop_editing
Method · 0.80
set_focus
Method · 0.80
Calls
1
show_empty_msg
Method · 0.80
Tested by
no test coverage detected