pymovements.utils.checks.check_is_positive_value# pymovements.utils.checks.check_is_positive_value(**kwargs: float | int) → None[source]# Check if all passed values are have a value greater or equal to zero. Parameters: kwargs – Keyword argument dictionary. Raises: ValueError – If any of the passed arguments are not greater than or equal to zero.