MCPcopy
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_valueMethod · 0.95
set_valueMethod · 0.95
delete_focusMethod · 0.95
start_editMethod · 0.95
leftMethod · 0.95
rightMethod · 0.95
tab_nextMethod · 0.95
set_focusMethod · 0.95
sig_modMethod · 0.80
start_editingMethod · 0.80
stop_editingMethod · 0.80
set_focusMethod · 0.80

Calls 1

show_empty_msgMethod · 0.80

Tested by

no test coverage detected