iqm.station_control.interface.pydantic_base.validate_value

Contents

iqm.station_control.interface.pydantic_base.validate_value#

validate_value(value)#

Validate (i.e. deserialize) JSON serializable value to Python type, to support complex and ndarray types.

Parameters:

value (Any) –

Return type:

Any