MCPcopy
hub / github.com/mitmproxy/mitmproxy / sig_mod

Method sig_mod

mitmproxy/tools/console/options.py:97–101  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

95 self.master.options.changed.connect(self.sig_mod)
96
97 def sig_mod(self, *args, **kwargs):
98 self.opts = sorted(self.master.options.keys())
99 self.maxlen = max(len(i) for i in self.opts)
100 self._modified()
101 self.set_focus(self.index)
102
103 def start_editing(self):
104 self.editing = True

Callers

nothing calls this directly

Calls 3

set_focusMethod · 0.95
_modifiedMethod · 0.80
keysMethod · 0.45

Tested by

no test coverage detected