MCPcopy Index your code
hub / github.com/ndleah/python-mini-project / Empty

Class Empty

linked_lists/linked_queue.py:2–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1
2class Empty(Exception):
3 pass
4
5class LinkedQueue:
6

Callers 1

dequeueMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected