Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _unpack_stdout
Method
_unpack_stdout
Lib/test/test_interpreters/utils.py:259–260 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
257
chunk = self._rf_exc.read(100)
258
259
def
_unpack_stdout(self):
260
return
self._buf_out.decode(
'utf-8'
)
261
262
def
_unpack_stderr(self):
263
return
self._buf_err.decode(
'utf-8'
)
Callers
2
stdout
Method · 0.95
final
Method · 0.95
Calls
1
decode
Method · 0.45
Tested by
no test coverage detected