An abstract Synergy session.
Must be overridden to implement either a single session or
multiple session handling.
|
__init__(self,
username,
engine,
dbpath,
ccm_addr)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
__find_dbpath(self)
retrieve the database path from current session status. |
source code
|
|
|
execute(self,
_,
result=None)
Abstract function that should implement the execution of ccm command
line call. |
source code
|
|
|
create(self,
fpn)
Object factory, this is the toolkit entry point to create objects from
four part names. |
source code
|
|
|
get_workarea_info(self,
dir_)
Return a dictionary containing workarea info from directory dir. |
source code
|
|
|
|
|
_set_role_internal(self,
role)
method to be override by child class else property accession is not working properly. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
purposes(self,
role=None)
Returns available purposes. |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|