MCPcopy Index your code
hub / github.com/python/cpython / g

Method g

Lib/test/test_yield_from.py:432–433  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

430 """
431 trace = []
432 def g():
433 yield from range(3)
434 for x in g():
435 trace.append("Yielded %s" % (x,))
436 self.assertEqual(trace,[

Callers

nothing calls this directly

Calls 3

BrokenClass · 0.70
fFunction · 0.70
appendMethod · 0.45

Tested by

no test coverage detected