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

Function _run_output

Lib/test/test__interpreters.py:33–37  ·  view source on GitHub ↗
(interp, request)

Source from the content-addressed store, hash-verified

31
32
33def _run_output(interp, request):
34 script, rpipe = _captured_script(request)
35 with rpipe:
36 _interpreters.run_string(interp, script)
37 return rpipe.read()
38
39
40def _wait_for_interp_to_run(interp, timeout=None):

Calls 2

_captured_scriptFunction · 0.70
readMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…