|
|
|
__getname(self)
Returns the name of the object. |
source code
|
|
|
__getversion(self)
Returns the version of the object. |
source code
|
|
|
__gettype(self)
Returns the type of the object. |
source code
|
|
|
__getinstance(self)
Returns the instance of the object. |
source code
|
|
|
__getobjectname(self)
Returns the objectname of the object. |
source code
|
|
|
|
|
|
|
is_same_family(self,
ccmobject)
Returns True if the ccmobject is part of the same family (=same name, type and version) as self. |
source code
|
|
|
|
|
__eq__(self,
ccmobject)
Returns True if object four parts name are identical. |
source code
|
|
|
__ne__(self,
ccmobject)
Returns True if object four parts name are different. |
source code
|
|
|
|
|
version(self)
Returns the version of the object. |
source code
|
|
|
|
|
instance(self)
Returns the instance of the object. |
source code
|
|
|
objectname(self)
Returns the objectname of the object. |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|