Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ NextOnly
Class
NextOnly
Lib/test/test_collections.py:1166–1169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1164
1165
# Issue 10565
1166
class
NextOnly:
1167
def
__next__(self):
1168
yield
1
1169
return
1170
self.assertNotIsInstance(NextOnly(), Iterator)
1171
1172
def
test_Generator(self):
Callers
1
test_Iterator
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_Iterator
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…