Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeeBombshell/Python-DSA
/ __str__
Method
__str__
DSA/deque.py:68–69 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
self.buf[self.__index(key)] = value
67
68
def
__str__(self):
69
return
"Deque({0})"
.format(str(list(self)))
70
71
72
dq = Deque([], max_size=1)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected