|
|
|
|
|
|
|
exists(self)
Check if an the object exists in the database. |
source code
|
|
|
|
|
__getitem__(self,
name)
Provides access to Synergy object attributes through the dictionary
item interface. |
source code
|
|
|
create_attribute(self,
name,
type_,
value=None) |
source code
|
|
|
keys(self)
The list of supported Synergy attributes. |
source code
|
|
|
|
|
|
|
|
|
|
|
is_recursive_predecessor_of_fast(self,
o)
Fast implementation of the recursive is_predecessor_of method. |
source code
|
|
|
|
|
is_recursive_successor_of_fast(self,
o)
Fast implementation of the recursive is_successor_of method. |
source code
|
|
|
|
|
finduse(self)
Tries to find where an object is used. |
source code
|
|
Inherited from FourPartName :
__eq__ ,
__ne__ ,
__repr__ ,
__str__ ,
family ,
instance ,
is_same_family ,
name ,
objectname ,
type ,
version
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|