hpcflow.sdk.persistence.base.StoreParameter#
- class hpcflow.sdk.persistence.base.StoreParameter(id_: 'int', is_pending: 'bool', is_set: 'bool', data: 'Any', file: 'Dict', source: 'Dict')#
Bases:
object
Methods
Initialise from persistent store parameter data.
Prepare store parameter data for the persistent store.
Return a copy, with data set.
Return a copy, with file set.
Return a copy, with updated source.
Attributes
- Parameters:
- classmethod decode(id_, data, source, path=None, **kwargs)#
Initialise from persistent store parameter data.