MCPcopy 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

enqueueMethod · 0.95
dequeueMethod · 0.95
firstMethod · 0.45
lastMethod · 0.45
delete_firstMethod · 0.45
delete_lastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected