CADETProcess.dataStructure.parameter.TypedList.check_dtype

CADETProcess.dataStructure.parameter.TypedList.check_dtype#

TypedList.check_dtype(value: Any) None[source]#

Validate if the dtype of values is correct.

Parameters:
valueAny

Value to check against the range.

Raises:
TypeError

If the dtype is not correct.