Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
188
def
attach_action():
189
argv = sys.argv
190
sys.argv = argv[:1] + [
'--attach'
] + argv[1:]
191
run_action()
192
193
def
run_action():
194
import
time, subprocess
Callers
nothing calls this directly
Calls
1
run_action
Function · 0.85
Tested by
no test coverage detected