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, map
public static String Py_GetPathString()
public static void Py_SetPath(File... path) throws IOException
IOException
public static void Py_SetPath(String... path) throws IOException
IOException
public static void Py_AddPath(File... path) throws IOException
Py_SetPath(path, Py_GetPath())
, for convenience.IOException
public static void Py_AddPath(String... path) throws IOException
Py_SetPath(path, Py_GetPath())
, for convenience.IOException
Copyright © 2020. All rights reserved.