Package jep
package jep
-
ClassDescriptionInterface to enquire if a name is available to be imported from Java.A singleton that searches for loaded classes from the JRE and the Java classpath.DirectNDArray<T extends Buffer>Represents a numpy.ndarray in Java.An interface for using a Python Interpreter.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.Allow access to Jep internal structure in sub-packages.A configuration object for constructing a Jep instance, corresponding to the configuration of the particular Python sub-interpreter.JepException - it happens.The main Python interpreter that all sub-interpreters will be created from.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>Represents a numpy.ndarray in Java.A configuration object for setting Python pre-initialization parameters.Executes a Python script in a Jep Interpreter.Class for creating instances of Interpreters which share all imported modules.Class for creating instances of Interpreters which are sandboxed from other Interpreters.Utility functions