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

Function inner_wrapper

memory_profiler.py:1194–1196  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

1192 return wrapper
1193 else:
1194 def inner_wrapper(f):
1195 return profile(f, stream=stream, precision=precision,
1196 backend=backend)
1197
1198 return inner_wrapper
1199

Callers

nothing calls this directly

Calls 1

profileFunction · 0.85

Tested by

no test coverage detected