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

Method b

Lib/test/test_monitoring.py:705–706  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

703 def a():
704 yield
705 def b():
706 yield from a()
707 next(b())
708
709 self.check_lines(f, [1,3,5,4,2,4])

Callers

nothing calls this directly

Calls 1

aClass · 0.70

Tested by

no test coverage detected