| ClassList |
A singleton that searches for loaded classes from the JRE and the Java
classpath.
|
| DirectNDArray<T extends java.nio.Buffer> |
|
| Jep |
As of Jep 3.9, you should strive to instantiate either a SubInterpreter or a
SharedInterpreter instance and for interacting with the interpreter use the
interface Interpreter.
|
| JepAccess |
Allow access to Jep internal structure in sub-packages.
|
| JepConfig |
A configuration object for constructing a Jep instance, corresponding to the
configuration of the particular Python sub-interpreter.
|
| MainInterpreter |
The main Python interpreter that all sub-interpreters will be created from.
|
| NamingConventionClassEnquirer |
A simple ClassEnquirer to see if the package/class to be imported in
a Python interpreter should be considered as a Java package/class.
|
| NDArray<T> |
|
| PyConfig |
A configuration object for setting Python pre-initialization parameters.
|
| Run |
Executes a Python script in a Jep Interpreter.
|
| SharedInterpreter |
Class for creating instances of Interpreters which share all imported
modules.
|
| SubInterpreter |
Class for creating instances of Interpreters which are sandboxed from other
Interpreters.
|
| Util |
Utility functions
|