Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _unpack_stderr
Method
_unpack_stderr
Lib/test/test_interpreters/utils.py:262–263 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
260
return
self._buf_out.decode(
'utf-8'
)
261
262
def
_unpack_stderr(self):
263
return
self._buf_err.decode(
'utf-8'
)
264
265
def
_unpack_exc(self):
266
if
self._exc is not None:
Callers
2
stderr
Method · 0.95
final
Method · 0.95
Calls
1
decode
Method · 0.45
Tested by
no test coverage detected