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

Function _run_stdout

Tools/freeze/test/freeze.py:53–55  ·  view source on GitHub ↗
(cmd)

Source from the content-addressed store, hash-verified

51
52
53def _run_stdout(cmd):
54 proc = _run_quiet(cmd)
55 return proc.stdout.strip()
56
57
58def find_opt(args, name):

Callers 1

runFunction · 0.85

Calls 2

_run_quietFunction · 0.85
stripMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…