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.
|
public String getPath()
Returns the value to assign to PYTHONPATH
, or null
to leave it unset. The default implementation returns null
.
public void onStart(Python py)
Called after Python is started. The default implementation does nothing.