sgr_commhandler.validators.resolver =================================== .. py:module:: sgr_commhandler.validators.resolver .. autoapi-nested-parse:: Provides function to create validators. Functions --------- .. autoapisummary:: sgr_commhandler.validators.resolver.build_validator Module Contents --------------- .. py:function:: build_validator(type) Builds a data point validator from a data type specification. :param type: the data type specification :type type: Optional[DataTypeProduct] :returns: a data point validator :rtype: DataPointValidator :raises Exception: when data type has no supported validator