Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Jack-Lee-Hiter/AlgorithmsByPython
/ getNext
Method
getNext
Lists.py:9–10 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
7
return
self.data
8
9
def
getNext(self):
10
return
self.next
11
12
def
setData(self, newdata):
13
self.next = newdata
Callers
4
Lists.py
File · 0.80
size
Method · 0.80
search
Method · 0.80
remove
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected