MCPcopy 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
17q = Queue()
18q.enqueue(4)

Callers 1

hotPotatoFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected