pymovements.Gaze.apply# Gaze.apply(function: str, **kwargs: Any) → None[source]# Apply preprocessing method to Gaze. Parameters: function (str) – Name of the preprocessing function to apply. **kwargs (Any) – kwargs that will be forwarded when calling the preprocessing method.