Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cherrypy/cherrypy
/ next
Method
next
cherrypy/lib/encoding.py:50–51 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
48
return
self
49
50
def
next(self):
51
return
self.__next__()
52
53
def
__next__(self):
54
res = next(self._iterator)
Callers
nothing calls this directly
Calls
1
__next__
Method · 0.95
Tested by
no test coverage detected