MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / Empty

Class Empty

linked_lists/linked_stack.py:1–2  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

topMethod · 0.70
popMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected