Interface | Description |
---|---|
ClassEnquirer |
Interface to enquire if a name is available to be imported from Java.
|
Class | Description |
---|---|
ClassList |
A singleton that searches for loaded classes from the JRE and the Java
classpath.
|
DirectNDArray<T extends java.nio.Buffer> |
Represents a numpy.ndarray in Java.
|
Jep |
Embeds CPython in Java.
|
JepConfig |
A configuration object for constructing a Jep instance, corresponding to the
configuration of the particular Python sub-interpreter.
|
JepScriptEngine | Deprecated
This class is not actively used by the community and will be
removed in a future release.
|
JepScriptEngineFactory | Deprecated
This class is not actively used by the community and will be
removed in a future release.
|
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 sub-interpreter should be considered as a Java package/class. |
NDArray<T> |
Represents a numpy.ndarray in Java.
|
Proxy |
Extends java.lang.reflect.Proxy for callbacks.
|
PyConfig |
A configuration object for setting Python pre-initialization parameters.
|
Run |
Executes a Python script in a Jep sub-interpreter.
|
SharedInterpreter |
Class for creating instances of Jep which do not use sub-interpreters.
|
Util |
Utility functions
|
Exception | Description |
---|---|
JepException |
JepException - it happens.
|