pymovements.utils.checks.check_is_positive_value#

pymovements.utils.checks.check_is_positive_value(**kwargs: float | int) None#

Check if all passed values are have a value greater or equal to zero.

Parameters:

**kwargs (float | int) – Keyword argument dictionary.

Raises:

ValueError – If any of the passed arguments are not greater than or equal to zero.