Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
from
doubly_linked_list
import
_DoublyLinkedList
2
3
class
Empty(Exception):
4
pass
5
6
class
LinkedDeque(_DoublyLinkedList):
7
Callers
4
first
Method · 0.70
last
Method · 0.70
delete_first
Method · 0.70
delete_last
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected