MCPcopy Index your code
hub / github.com/BeeBombshell/Python-DSA / is_full

Method is_full

DSA/deque.py:23–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21 self.head += ex
22
23 def is_full(self):
24 return len(self) >= self.length - 1
25
26 def is_empty(self):
27 return len(self) == 0

Callers 3

appendMethod · 0.95
appendleftMethod · 0.95
deque.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected