pymovements.utils.checks.check_is_scalar# pymovements.utils.checks.check_is_scalar(**kwargs: Any) → None[source]# Check if all passed values are of type int or float. Parameters: kwargs – Keyword argument dictionary. Raises: TypeError – If any of the passed arguments are neither of type int nor float.