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.
|
InvocationHandler |
Handle Proxy method calls.
|
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 |
Implements
ScriptEngine |
JepScriptEngineFactory |
Implements
ScriptEngineFactory |
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.
|
Util |
Utility functions
|
Exception | Description |
---|---|
JepException |
JepException - it happens.
|