hpcflow.sdk.persistence.base.writes_parameter_data#
- hpcflow.sdk.persistence.base.writes_parameter_data(func)#
Decorator function that should wrap PersistentStore methods that write parameter-associated data.
Notes
This decorator checks that the parameters-metadata cache is not in use, which should not be used during writing of parameter-associated data.
- Parameters:
func (Callable) –