public class _py_compile extends Object
Constructor and Description |
---|
_py_compile() |
Modifier and Type | Method and Description |
---|---|
static boolean |
compile(PyString fileName,
PyString compiledName,
PyString displayName)
Java wrapper on the module compiler in support of of py_compile.compile.
|
static String |
getModuleName(File f) |
public static PyList __all__
public static boolean compile(PyString fileName, PyString compiledName, PyString displayName)
fileName
- actual source file namecompiledName
- compiled filenamedisplayName
- displayed source filename, only used for error messages (and not resolved)