Methods
|
|
SharedState
__hash__
clearUpdates
getUpdates
set
touch
update
|
|
SharedState
|
SharedState ( self, ext )
SharedState(struct _object* ext) -> SharedState
SharedState constructor documentation.
|
|
__hash__
|
__hash__ ( self )
arguments/return value unknown
hash instance
|
|
clearUpdates
|
clearUpdates ( self )
clearUpdates()
clearUpdates documentation.
|
|
getUpdates
|
getUpdates ( self )
getUpdates() -> std::set<std::string>
getUpdates documentation.
|
|
set
|
set (
self,
key,
value,
silent,
)
set(struct _object* key, struct _object* value, bool silent) -> int
set documentation.
|
|
touch
|
touch ( self, a )
touch(std::string a)
touch documentation.
|
|
update
|
update (
self,
d,
silent,
)
update(struct _object* d, bool silent) -> int
update documentation.
|