finesse.datastore
¶
Finesse datastore tools.
The datastore is intended for objects that should be cached during the execution of the current Python kernel. Code typically uses this instead of the more bug-prone singleton pattern (see #260).
Functions
|
Get value with key key. |
|
Determine if the datastore key key exists. |
|
Instantiate cls and return the object for the current and future calls. |
|
Invalidate the datastore. |
|
Initialize a field with key key and value value. |