MCPcopy
hub / github.com/mitmproxy/mitmproxy / view_pop

Method view_pop

mitmproxy/tools/console/consoleaddons.py:360–365  ·  view source on GitHub ↗

Pop a view off the console stack. At the top level, this prompts the user to exit mitmproxy.

(self)

Source from the content-addressed store, hash-verified

358
359 @command.command("console.view.pop")
360 def view_pop(self) -> None:
361 """
362 Pop a view off the console stack. At the top level, this prompts the
363 user to exit mitmproxy.
364 """
365 signals.pop_view_state.send()
366
367 @command.command("console.bodyview")
368 @command.argument("part", type=mitmproxy.types.Choice("console.bodyview.options"))

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected