__init__(self,
session,
config,
parent)
The constructor for all Cheshire3 objects take the same arguments:
session: A Session object topNode: The <config> or
<subConfig> domNode for the configuration parent: The object
that provides the scope for this object.
|
|
_openContainer(self,
session)
|
|
_closeContainer(self,
session)
|
|
begin_storing(self,
session)
|
|
commit_storing(self,
session)
|
|
generate_id(self,
session)
|
|
store_data(self,
session,
id,
data,
size=0)
|
|
fetch_data(self,
session,
id)
|
|
delete_item(self,
session,
id)
|
|
fetch_idList(self,
session,
numReq=-1,
start="")
|
|
verify_checkSum(self,
session,
id,
data,
store=1)
|
|
fetch_checkSum(self,
session,
id)
|
|
fetch_size(self,
session,
id)
|
|
store_checkSum(self,
session,
id,
digest)
|
|
clean(self,
session)
|
|
:
auth_function,
get_config,
get_default,
get_object,
get_path,
get_setting,
log_function,
unauth_function,
unlog_function
:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|