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

Class NextOnly

Lib/test/test_collections.py:1165–1168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1163
1164 # Issue 10565
1165 class NextOnly:
1166 def __next__(self):
1167 yield 1
1168 return
1169 self.assertNotIsInstance(NextOnly(), Iterator)
1170
1171 def test_Generator(self):

Callers 1

test_IteratorMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_IteratorMethod · 0.68