Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
58
def
run_interp(id, source, **shared):
59
_run_interp(id, source, shared)
60
61
62
def
_run_interp(id, source, shared, _mainns={}):
Callers
5
_new_channel
Method · 0.85
_prep_interpreter
Method · 0.85
run_action
Method · 0.85
_assert_closed_in_interp
Method · 0.85
run
Method · 0.85
Calls
1
_run_interp
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…