digraph inheritance55404920f4 {
rankdir=UD;
ratio=compress;
size="8.0, 12.0";
"LIFO" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
}
-
class
LIFO
(max=10)[source]
Bases: object
-
append
(elem)[source]
-
clear
()[source]
-
extend
(lst)[source]
-
get
()[source]
-
getCopy
()[source]
-
pop
(index=0)[source]