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