pymovements.utils.checks.check_is_not_none#

pymovements.utils.checks.check_is_not_none(**kwargs: Any) None[source]#

Check if all passed values are None.

Parameters:

kwargs – Keyword argument dictionary.

Raises:

TypeError – If any of the passed arguments are not None.