Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ stack.py
File
stack.py
data_structures/stacks/stack.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
__future__
import
annotations
2
3
from
typing
import
TypeVar
4
Callers
nothing calls this directly
Calls
1
test_stack
Function · 0.85
Tested by
no test coverage detected