pymovements.measure.samples.SampleMeasureLibrary.get# classmethod SampleMeasureLibrary.get(name: str) → Callable[[...], Expr][source]# Get measure py name. Parameters: name (str) – Name of the measure in the library. Returns: The requested measure. Return type: Callable[…, pl.Expr]