pymovements.measure.SampleMeasureLibrary# class pymovements.measure.SampleMeasureLibrary# Provides access by name to sample measure methods. methods# Dictionary of measure methods. Type: dict[str, Callable[…, pl.Expr]] __init__() Methods __init__() add(method) Add a measure method to the library. get(name) Get measure method py name. Attributes methods