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