Object

digraph inheritancecb1ff031e8 { bgcolor=transparent; rankdir=UD; ratio=compress; size="8.0, 12.0"; "Object" [color=dodgerblue1,fillcolor=white,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.

call__init__wo_kw(klass, *args)[source]

Same as call__init__ but without keyword arguments because PyQT does not support them.

getAttrDict()[source]
updateAttrDict(other)[source]