MCPcopy
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.pyFile · 0.80
sizeMethod · 0.80
searchMethod · 0.80
removeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected