MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / cb

Method cb

mitmproxy/tools/console/statusbar.py:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 if expire:
98
99 def cb():
100 if w == self.top._w:
101 self.show_quickhelp()
102
103 signals.call_in.send(seconds=expire, callback=cb)
104

Callers

nothing calls this directly

Calls 1

show_quickhelpMethod · 0.95

Tested by

no test coverage detected