probly.method.method.PredictorTransformationMethod

class probly.method.method.PredictorTransformationMethod(*args, **kwargs)[source]

Bases: Protocol, Generic[PIn, In, POut]

Protocol for methods.

__call__(base: PIn, *args: In.args, **kwargs: In.kwargs) POut[source]

Call the method.