taurus taurus

Previous topic

NullCodec

Next topic

PlotCodec

This Page

Object

Inheritance diagram of Object

class Object

Bases: object

call__init__(klass, *args, **kw)

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)

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

getAttrDict()
updateAttrDict(other)