public static class Python.Platform extends Object
Provides information needed to start Python.
Constructor and Description |
---|
Platform() |
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Returns the value to assign to
PYTHONPATH , or null to leave it unset. |
void |
onStart(Python py)
Called after Python is started.
|