Uses of Class
ai.timefold.jpyinterpreter.PythonExceptionTable
Packages that use PythonExceptionTable
-
Uses of PythonExceptionTable in ai.timefold.jpyinterpreter
Fields in ai.timefold.jpyinterpreter declared as PythonExceptionTableModifier and TypeFieldDescriptionPythonCompiledFunction.co_exceptiontableThe exception table; only populated in Python 3.11 and above (in Python 3.10 and below, the table will be empty, since those use explict block instructions)