public class python extends python
| Constructor and Description |
|---|
python() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Py_AddPath(File... path)
Effectively calls
Py_SetPath(path, Py_GetPath()), for convenience. |
static void |
Py_AddPath(String... path)
Effectively calls
Py_SetPath(path, Py_GetPath()), for convenience. |
static String |
Py_GetPathString() |
static void |
Py_SetPath(File... path) |
static void |
Py_SetPath(String... path) |
cachePackage, cachePackages, mappublic static String Py_GetPathString()
public static void Py_SetPath(File... path) throws IOException
IOExceptionpublic static void Py_SetPath(String... path) throws IOException
IOExceptionpublic static void Py_AddPath(File... path) throws IOException
Py_SetPath(path, Py_GetPath()), for convenience.IOExceptionpublic static void Py_AddPath(String... path) throws IOException
Py_SetPath(path, Py_GetPath()), for convenience.IOExceptionCopyright © 2020. All rights reserved.