campy.datastructures.basicstack.
BasicStack
Bases: collections.abc.Sized, collections.abc.Iterable, collections.abc.Container
collections.abc.Sized
collections.abc.Iterable
collections.abc.Container
add
back
clear
front
peek
pop
push
remove