MCPcopy Create free account
hub / github.com/HarshCasper/NeoAlgo / dequeue

Method dequeue

Python/ds/Queue.py:31–38  ·  view source on GitHub ↗

Remove the element at the end of the front of the queue and return it. Raises: IndexError: If queue is empty.

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Queue.pyFile · 0.45

Calls 1

popMethod · 0.45

Tested by

no test coverage detected