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

Method setNext

Lists.py:15–16  ·  view source on GitHub ↗
(self, nextNode)

Source from the content-addressed store, hash-verified

13 self.next = newdata
14
15 def setNext(self, nextNode):
16 self.next = nextNode
17
18
19temp = Node(93)

Callers 2

addMethod · 0.95
removeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected