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

Function _func_exec

memory_profiler.py:886–889  ·  view source on GitHub ↗
(stmt, ns)

Source from the content-addressed store, hash-verified

884
885
886def _func_exec(stmt, ns):
887 # helper for magic_memit, just a function proxy for the exec
888 # statement
889 exec(stmt, ns)
890
891
892@magics_class

Callers 1

memitMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected