Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Jack-Lee-Hiter/AlgorithmsByPython
/ size
Method
size
Queue.py:14–15 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
12
return
self.items.pop()
13
14
def
size(self):
15
return
len(self.items)
16
17
q = Queue()
18
q.enqueue(4)
Callers
1
hotPotato
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected