Uses of Class
ai.timefold.jpyinterpreter.types.wrappers.PythonObjectWrapper
Packages that use PythonObjectWrapper
-
Uses of PythonObjectWrapper in ai.timefold.jpyinterpreter
Fields in ai.timefold.jpyinterpreter with type parameters of type PythonObjectWrapperModifier and TypeFieldDescriptionstatic QuadFunction<OpaquePythonReference,Map<String, PythonLikeObject>, PythonLikeTuple, PythonString, PythonObjectWrapper> CPythonBackedPythonInterpreter.createFunctionFromCodeFunctionMethods in ai.timefold.jpyinterpreter that return PythonObjectWrapperModifier and TypeMethodDescriptionstatic PythonObjectWrapperCPythonBackedPythonInterpreter.createPythonFunctionWrapper(OpaquePythonReference codeObject, Map<String, PythonLikeObject> globals, PythonLikeTuple closure, PythonString name) -
Uses of PythonObjectWrapper in ai.timefold.jpyinterpreter.types.wrappers
Methods in ai.timefold.jpyinterpreter.types.wrappers with parameters of type PythonObjectWrapper