Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
53
def
_run_stdout(cmd):
54
proc = _run_quiet(cmd)
55
return
proc.stdout.strip()
56
57
58
def
find_opt(args, name):
Callers
1
run
Function · 0.85
Calls
2
_run_quiet
Function · 0.85
strip
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…