Skip navigation links
A C D F G I J L M N O R W 

A

addModule(String) - Static method in class org.python.core.imp
If the given name is found in sys.modules, the entry from there is returned.

C

cacheCompiledSource(String, String, byte[]) - Static method in class org.python.core.imp
Stores the bytes in compiledSource in compiledFilename.
caseok(File, String) - Static method in class org.python.core.imp
Check that the canonical name of file matches filename, case-sensitively, even when the OS platform is case-insensitive.
CodeData(byte[], long, String) - Constructor for class org.python.core.imp.CodeData
 
compileSource(String, File) - Static method in class org.python.core.imp
Compile Python source in file to a class file represented by a byte array.
compileSource(String, File, String) - Static method in class org.python.core.imp
Compile Python source in file to a class file represented by a byte array.
compileSource(String, File, String, String) - Static method in class org.python.core.imp
Deprecated.
compileSource(String, InputStream, String) - Static method in class org.python.core.imp
Compile Python source to a class file represented by a byte array.
compileSource(String, InputStream, String, long) - Static method in class org.python.core.imp
Compile Python source to a class file represented by a byte array.
createFromCode(String, PyCode) - Static method in class org.python.core.imp
Returns a module with the given name whose contents are the results of running c.
createFromCode(String, PyCode, String) - Static method in class org.python.core.imp
Return a Python module with the given name whose attributes are the result of running PyCode c.
createFromSource(String, InputStream, String) - Static method in class org.python.core.imp
 
createFromSource(String, InputStream, String, String) - Static method in class org.python.core.imp
 
createFromSource(String, InputStream, String, String, long) - Static method in class org.python.core.imp
Compile Jython source (as an InputStream) to a module.
createObject() - Method in class water.udf.JythonObjectFactory
 

D

DEFAULT_LEVEL - Static variable in class org.python.core.imp
 

F

fileSystemDecode(PyObject, boolean) - Static method in class org.python.core.imp
A wrapper for Py.fileSystemDecode(PyObject) for project internal use within the import mechanism to convert decoding errors that occur during import to either null or Py.ImportError(String) calls (and a log message), which usually results in quiet failure.
fileSystemDecode(PyObject) - Static method in class org.python.core.imp
For project internal use, equivalent to fileSystemDecode(p, true) (see imp.fileSystemDecode(PyObject, boolean)).

G

getAPIVersion() - Static method in class org.python.core.imp
 
getBytes() - Method in class org.python.core.imp.CodeData
 
getFilename() - Method in class org.python.core.imp.CodeData
 
getImporter(PyObject) - Static method in class org.python.core.imp
 
getLang() - Method in class water.udf.JythonCFuncLoader
 
getMTime() - Method in class org.python.core.imp.CodeData
 
getParentClassLoader() - Static method in class org.python.core.imp
Selects the parent class loader for Jython, to be used for dynamically loaded classes and resources.
getSyspathJavaLoader() - Static method in class org.python.core.imp
 

I

imp - Class in org.python.core
Utility functions for "import" support.
imp.CodeData - Class in org.python.core
A bundle of a file name, the file's content and a last modified time, with no behaviour.
importAll(String, PyFrame, int) - Static method in class org.python.core.imp
Called from jython generated code when a statement like "from spam.eggs import *" is executed.
importAll(String, PyFrame) - Static method in class org.python.core.imp
Deprecated.
importAll(PyObject, PyFrame) - Static method in class org.python.core.imp
 
importFrom(String, String[], PyFrame) - Static method in class org.python.core.imp
Deprecated.
use importFrom with level param.
importFrom(String, String[], PyFrame, int) - Static method in class org.python.core.imp
Called from jython generated code when a statement like "from spam.eggs import foo, bar" is executed.
importFromAs(String, String[], PyFrame) - Static method in class org.python.core.imp
Deprecated.
use importFromAs with level param.
importFromAs(String, String[], String[], PyFrame, int) - Static method in class org.python.core.imp
Called from jython generated code when a statement like "from spam.eggs import foo as spam" is executed.
importName(String, boolean) - Static method in class org.python.core.imp
Import a module by name.
importName(String, boolean, PyObject, PyObject, int) - Static method in class org.python.core.imp
Import a module by name.
importOne(String, PyFrame) - Static method in class org.python.core.imp
Deprecated.
importOne(String, PyFrame, int) - Static method in class org.python.core.imp
Called from jython generated code when a statement like "import spam" is executed.
importOneAs(String, PyFrame) - Static method in class org.python.core.imp
Deprecated.
importOneAs(String, PyFrame, int) - Static method in class org.python.core.imp
Called from jython generated code when a statement like "import spam as foo" is executed.

J

JythonCFuncLoader - Class in water.udf
Custom function loader, which can instantiate functions written in Python.
JythonCFuncLoader() - Constructor for class water.udf.JythonCFuncLoader
 
JythonObjectFactory - Class in water.udf
 
JythonObjectFactory(Class, String, String) - Constructor for class water.udf.JythonObjectFactory
 

L

load(String) - Static method in class org.python.core.imp
Load the module by name.
load(String, Class<? extends F>, ClassLoader) - Method in class water.udf.JythonCFuncLoader
 
loadFromCompiled(String, InputStream, String, String) - Static method in class org.python.core.imp
 

M

makeCompiledFilename(String) - Static method in class org.python.core.imp
Remove the last three characters of a file name and add the compiled suffix "$py.class".

N

NO_MTIME - Static variable in class org.python.core.imp
 

O

org.python.core - package org.python.core
 

R

readCode(String, InputStream, boolean) - Static method in class org.python.core.imp
As imp.readCodeData(String, InputStream, boolean, long) but do not check last-modified time and return only the class file bytes as an array.
readCode(String, InputStream, boolean, long) - Static method in class org.python.core.imp
As imp.readCodeData(String, InputStream, boolean, long) but return only the class file bytes as an array.
readCodeData(String, InputStream, boolean) - Static method in class org.python.core.imp
As imp.readCodeData(String, InputStream, boolean, long) but do not check last-modified time.
readCodeData(String, InputStream, boolean, long) - Static method in class org.python.core.imp
Create a imp.CodeData object bundling the contents of a class file (given as a stream), source-last-modified time supplied, and the name of the file taken from annotations on the class.

W

water.udf - package water.udf
 
A C D F G I J L M N O R W 
Skip navigation links