MCPcopy Create free account
hub / github.com/BeeBombshell/Python-DSA / __init__

Method __init__

DSA/LinkedList.py:15–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13 # Function to initialize the Linked
14 # List object
15 def __init__(self):
16 self.head = None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected