Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ pex
Method
pex
Lib/test/test_yield_from.py:346–348 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
344
""
"
345
trace = []
346
def
pex(e):
347
trace.append(
"%s: %s"
% (e.__class__.__name__, e))
348
trace.append(
"value = %s"
% (e.value,))
349
e = StopIteration()
350
pex(e)
351
e = StopIteration(
"spam"
)
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected