Uses of Interface
ai.timefold.jpyinterpreter.PythonInterpreter
Packages that use PythonInterpreter
Package
Description
-
Uses of PythonInterpreter in ai.timefold.jpyinterpreter
Classes in ai.timefold.jpyinterpreter that implement PythonInterpreterFields in ai.timefold.jpyinterpreter declared as PythonInterpreterMethods in ai.timefold.jpyinterpreter with parameters of type PythonInterpreterModifier and TypeMethodDescriptionstatic <T> TPythonBytecodeToJavaBytecodeTranslator.createInstance(Class<T> functionClass, PythonInterpreter pythonInterpreter) -
Uses of PythonInterpreter in ai.timefold.jpyinterpreter.builtins
Methods in ai.timefold.jpyinterpreter.builtins with parameters of type PythonInterpreterModifier and TypeMethodDescriptionstatic PythonLikeFunctionGlobalBuiltins.importFunction(PythonInterpreter pythonInterpreter) static PythonLikeFunctionGlobalBuiltins.input(PythonInterpreter interpreter) static PythonLikeObjectGlobalBuiltins.lookup(PythonInterpreter interpreter, String builtinName) static PythonLikeObjectGlobalBuiltins.lookupOrError(PythonInterpreter interpreter, String builtinName) static PythonLikeFunctionGlobalBuiltins.print(PythonInterpreter interpreter) -
Uses of PythonInterpreter in ai.timefold.jpyinterpreter.implementors
Methods in ai.timefold.jpyinterpreter.implementors with parameters of type PythonInterpreterModifier and TypeMethodDescriptionstatic PythonLikeFunctionFunctionImplementor.createInstance(PythonLikeTuple defaultPositionalArgs, PythonLikeDict defaultKeywordArgs, PythonLikeDict annotationDict, PythonLikeTuple closure, PythonString functionName, PythonCode code, PythonInterpreter pythonInterpreter) static PythonLikeFunctionFunctionImplementor.createInstance(PythonLikeTuple defaultPositionalArgs, PythonLikeDict defaultKeywordArgs, PythonLikeTuple annotationTuple, PythonLikeTuple closure, PythonString functionName, PythonCode code, PythonInterpreter pythonInterpreter) static <T> TFunctionImplementor.createInstance(PythonLikeTuple defaultPositionalArgs, PythonLikeDict defaultKeywordArgs, PythonLikeTuple annotationTuple, PythonLikeTuple closure, PythonString functionName, Class<T> functionClass, PythonInterpreter pythonInterpreter) -
Uses of PythonInterpreter in ai.timefold.jpyinterpreter.types
Constructors in ai.timefold.jpyinterpreter.types with parameters of type PythonInterpreterModifierConstructorDescriptionCPythonBackedPythonLikeObject(PythonInterpreter interpreter, PythonLikeType __type__) CPythonBackedPythonLikeObject(PythonInterpreter interpreter, PythonLikeType __type__, OpaquePythonReference reference) CPythonBackedPythonLikeObject(PythonInterpreter interpreter, PythonLikeType __type__, Map<String, PythonLikeObject> __dir__) CPythonBackedPythonLikeObject(PythonInterpreter interpreter, PythonLikeType __type__, Map<String, PythonLikeObject> __dir__, OpaquePythonReference reference)