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

Function _test_gen

Lib/test/test_collections.py:785–786  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

783 % (type(instance), name))
784
785def _test_gen():
786 yield
787
788class TestOneTrickPonyABCs(ABCTestCase):
789

Callers 7

test_IterableMethod · 0.85
test_ReversibleMethod · 0.85
test_CollectionMethod · 0.85
test_IteratorMethod · 0.85
test_SizedMethod · 0.85
test_ContainerMethod · 0.85
test_CallableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…