MCPcopy Index your code
hub / github.com/ndleah/python-mini-project / Empty

Class Empty

linked_lists/linked_deque.py:3–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from doubly_linked_list import _DoublyLinkedList
2
3class Empty(Exception):
4 pass
5
6class LinkedDeque(_DoublyLinkedList):
7

Callers 4

firstMethod · 0.70
lastMethod · 0.70
delete_firstMethod · 0.70
delete_lastMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected