/ . / _chimera / SharedState
SharedState(ext: object) -> SharedState
attributes:
Methods
|
|
|
touch
|
touch ( self, a )
touch(a: str)
|
|
set
|
set (
self,
key,
value,
silent,
)
set(key: object, value: object, silent: bool = false) -> int
|
|
clearUpdates
|
clearUpdates ( self )
clearUpdates()
|
|
getUpdates
|
getUpdates ( self )
getUpdates() -> set of str
|
|
update
|
update (
self,
d,
silent,
)
update(d: object, silent: bool = false) -> int
|
|
|