MCPcopy Index your code
hub / github.com/pythonprofilers/memory_profiler / attach_action

Function attach_action

mprof.py:188–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186 return None
187
188def attach_action():
189 argv = sys.argv
190 sys.argv = argv[:1] + ['--attach'] + argv[1:]
191 run_action()
192
193def run_action():
194 import time, subprocess

Callers

nothing calls this directly

Calls 1

run_actionFunction · 0.85

Tested by

no test coverage detected