| Class | Description |
|---|---|
| InvocationHandler |
Handle Proxy method calls.
|
| MemoryManager |
Manages the native memory associated with PyObjects in an Interpreter.
|
| PyCallable |
A Java object that wraps a pointer to a Python callable.
|
| 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.
|