pymovements.utils.checks.check_is_scalar#

pymovements.utils.checks.check_is_scalar(**kwargs: Any) None#

Check if all passed values are of type int or float.

Parameters:

**kwargs (Any) – Keyword argument dictionary.

Raises:

TypeError – If any of the passed arguments are neither of type int nor float.