MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / delete

Method delete

Python/stack using linked list.py:55–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53
54 # delete entire stack
55 def delete(self):
56 self.list=None
57
58
59customStack = Stack()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected