MCPcopy 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

appendMethod · 0.45

Tested by

no test coverage detected