| Class | Description |
|---|---|
| InvocationHandler |
Handle Proxy method calls.
|
| MemoryManager |
Manages the native memory associated with PyObjects in a Jep instance.
|
| PyCallable |
A Java object that wraps a pointer to a Python callable.
|
| PyClass | Deprecated
Use
PyObject.getAttr(String) and PyObject.setAttr(String, Object) instead. |
| PyModule | Deprecated
Use
PyObject.getAttr(String) and PyObject.setAttr(String, Object) instead. |
| PyObject |
A Java object that wraps a pointer to a Python object.
|
| PyPointer |
Contains pointers to a JepThread* and a PyObject* for using a PyObject* in
Java as a PyObject or its subclasses.
|