Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/fluentpython/example-code-2e
/ next
Method
next
17-it-generator/isis2json/iso2709.py:43–44 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
41
return
self
42
43
def
next(self):
44
return
IsoRecord(self)
45
46
__next__ = next
# Python 3 compatibility
47
Callers
1
next
Function · 0.45
Calls
1
IsoRecord
Class · 0.85
Tested by
no test coverage detected