pymovements.utils.checks.check_is_length_matching#

pymovements.utils.checks.check_is_length_matching(**kwargs: Sized) None#

Check if two sequences are of equal length.

Parameters:

**kwargs (Sized) – Keyword argument dictionary with 2 keyword arguments. Both values must be sequences.

Raises:

ValueError – If both sequences are of equal length , or if number of keyword arguments is not 2.