pymovements.utils.checks.check_is_int#

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

Check if all passed values are of type int.

Parameters:

**kwargs (Any) – Keyword argument dictionary.

Raises:

TypeError – If any of the passed arguments are not of type int.