pymovements.measure.samples.SampleMeasureLibrary.add#

classmethod SampleMeasureLibrary.add(measure: Callable[[...], Expr]) None[source]#

Add a measure to the library.

Parameters:

measure (Callable[..., pl.Expr]) – The measure to add to the library.