MCPcopy Index your code
hub / github.com/python/cpython / _exec

Method _exec

Lib/test/test_monitoring.py:1863–1866  ·  view source on GitHub ↗
(self, co)

Source from the content-addressed store, hash-verified

1861 RECORDERS = CallRecorder, LineRecorder, CRaiseRecorder, CReturnRecorder
1862
1863 def _exec(self, co):
1864 d = {}
1865 exec(co, d, d)
1866 return d
1867
1868 def _exec_super(self, codestr, optimized=False):
1869 # The compiler checks for statically visible shadowing of the name

Callers 8

_exec_superMethod · 0.95
test_execMethod · 0.80
test_reloadMethod · 0.80
test_reload_modifiedMethod · 0.80
reloadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected