Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ __next__
Method
__next__
graphlearn/python/data/values.py:219–220 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
217
return
self
218
219
def
__next__(self):
220
pass
221
222
def
next(self):
223
return
self.__next__()
Callers
1
next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected