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

Function run_interp

Lib/test/test__interpchannels.py:58–59  ·  view source on GitHub ↗
(id, source, **shared)

Source from the content-addressed store, hash-verified

56
57
58def run_interp(id, source, **shared):
59 _run_interp(id, source, shared)
60
61
62def _run_interp(id, source, shared, _mainns={}):

Callers 5

_new_channelMethod · 0.85
_prep_interpreterMethod · 0.85
run_actionMethod · 0.85
runMethod · 0.85

Calls 1

_run_interpFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…