MCPcopy Index your code
hub / github.com/RustPython/RustPython / _test_gen

Function _test_gen

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

Source from the content-addressed store, hash-verified

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

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