MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / current_name

Method current_name

mitmproxy/tools/console/options.py:256–258  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

254 self.master = master
255
256 def current_name(self):
257 foc, idx = self.optionslist.get_focus()
258 return foc.opt.name
259
260 def keypress(self, size, key):
261 if key == "m_next":

Callers 1

options_reset_currentMethod · 0.80

Calls 1

get_focusMethod · 0.45

Tested by

no test coverage detected