public class GenericPlatform extends Python.Platform
| Constructor and Description |
|---|
GenericPlatform() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Returns the value to assign to
PYTHONPATH, or null to leave it
unset. |
GenericPlatform |
setPath(String path)
Sets the value to assign to
PYTHONPATH. |
onStartpublic String getPath()
Python.PlatformPYTHONPATH, or null to leave it
unset. The default implementation returns null.getPath in class Python.Platform@NotNull public GenericPlatform setPath(String path)
PYTHONPATH.