Class PythonLikeFunctionWrapper

java.lang.Object
ai.timefold.jpyinterpreter.types.wrappers.PythonLikeFunctionWrapper
All Implemented Interfaces:
PythonLikeObject, PythonLikeFunction

public final class PythonLikeFunctionWrapper extends Object implements PythonLikeFunction
A class used as a delegator to another PythonLikeFunction. Used to handle recursion correctly when translating functions.