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

Method run_interp

Lib/test/test_interpreters/utils.py:650–652  ·  view source on GitHub ↗
(script)

Source from the content-addressed store, hash-verified

648 run_interp = exec_interp
649 else:
650 def run_interp(script):
651 text = self.run_and_capture(interp, script)
652 assert text == '', repr(text)
653 def exec_interp(script):
654 interp.exec(script)
655 with self._running(run_interp, exec_interp):

Callers

nothing calls this directly

Calls 2

run_and_captureMethod · 0.95
run_from_capiMethod · 0.95

Tested by

no test coverage detected