Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ __next__
Method
__next__
extra_tests/snippets/builtin_list.py:89–91 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
87
88
class
Next:
89
def
__next__(self):
90
yield
12
91
yield
28
92
93
94
assert_raises(TypeError,
lambda
: [].extend(3))
Callers
1
protocol_iternext.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected