- F_ALL - Static variable in class org.jpy.PyLib.Diag
-
Print any diagnostic information.
- F_ERR - Static variable in class org.jpy.PyLib.Diag
-
Print diagnostic information if erroneous states are detected in the jpy Python module.
- F_EXEC - Static variable in class org.jpy.PyLib.Diag
-
Print diagnostic information when code execution flow is passed from Java to Python or the other way round.
- F_JVM - Static variable in class org.jpy.PyLib.Diag
-
Print diagnostic information usage of the Java VM Invocation API.
- F_MEM - Static variable in class org.jpy.PyLib.Diag
-
Print diagnostic information about memory allocation/deallocation.
- F_METH - Static variable in class org.jpy.PyLib.Diag
-
Print diagnostic information while Java methods overloads are selected.
- F_OFF - Static variable in class org.jpy.PyLib.Diag
-
Print no diagnostic information at all.
- F_TYPE - Static variable in class org.jpy.PyLib.Diag
-
Print diagnostic information while Java types are resolved.
- finalize() - Method in class org.jpy.PyObject
-
Decrements the reference count of the Python object which this class represents.