MCPcopy 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
88class Next:
89 def __next__(self):
90 yield 12
91 yield 28
92
93
94assert_raises(TypeError, lambda: [].extend(3))

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected