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

Method view_help

mitmproxy/tools/console/consoleaddons.py:342–344  ·  view source on GitHub ↗

View help.

(self)

Source from the content-addressed store, hash-verified

340
341 @command.command("console.view.help")
342 def view_help(self) -> None:
343 """View help."""
344 self.master.switch_view("help")
345
346 @command.command("console.view.flow")
347 def view_flow(self, flow: flow.Flow) -> None:

Callers

nothing calls this directly

Calls 1

switch_viewMethod · 0.80

Tested by

no test coverage detected