Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ndleah/python-mini-project
/ is_empty
Method
is_empty
linked_lists/linked_queue.py:19–20 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
17
self._tail = None
18
19
def
is_empty(self):
20
return
self._size == 0
21
22
23
def
enqueue(self, element):
Callers
6
enqueue
Method · 0.95
dequeue
Method · 0.95
first
Method · 0.45
last
Method · 0.45
delete_first
Method · 0.45
delete_last
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected