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

Method running

mitmproxy/addons/script.py:165–166  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

163 loader.add_option("scripts", Sequence[str], [], "Execute a script.")
164
165 def running(self):
166 self.is_running = True
167
168 @command.command("script.run")
169 def script_run(self, flows: Sequence[flow.Flow], path: mtypes.Path) -> None:

Callers 1

test_simpleMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_simpleMethod · 0.76