Object
¶
digraph inheritancecb1ff031e8 {
rankdir=UD;
ratio=compress;
size="8.0, 12.0";
"Object" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded];
}
-
class
Object
[source]¶ Bases:
object
-
call__init__
(klass, *args, **kw)[source]¶ Method to be called from subclasses to call superclass corresponding __init__ method. This method ensures that classes from diamond like class hierarquies don’t call their super classes __init__ more than once.
-