Code
Hub
Workspaces
Digest
Agents
Trending
Connect
MCP
copy
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
append
Method · 0.95
appendleft
Method · 0.95
deque.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected