MCPcopy Index your code
hub / github.com/Jack-Lee-Hiter/AlgorithmsByPython / getData

Method getData

Lists.py:6–7  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4 self.next = None
5
6 def getData(self):
7 return self.data
8
9 def getNext(self):
10 return self.next

Callers 2

searchMethod · 0.80
removeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected