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

Method setData

Lists.py:12–13  ·  view source on GitHub ↗
(self, newdata)

Source from the content-addressed store, hash-verified

10 return self.next
11
12 def setData(self, newdata):
13 self.next = newdata
14
15 def setNext(self, nextNode):
16 self.next = nextNode

Callers 1

Lists.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected