All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description ClassEnquirer Interface to enquire if a name is available to be imported from Java.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.Interpreter An interface for using a Python Interpreter.InvocationHandler Handle Proxy method calls.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.JepException JepException - it happens.MainInterpreter The main Python interpreter that all sub-interpreters will be created from.MemoryManager Manages the native memory associated with PyObjects in an Interpreter.NamingConventionClassEnquirer A simpleClassEnquirer
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.PyCallable A Java object that wraps a pointer to a Python callable.PyConfig A configuration object for setting Python pre-initialization parameters.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.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