Package com.chaquo.python
Class Python.Platform
- java.lang.Object
-
- com.chaquo.python.Python.Platform
-
- Direct Known Subclasses:
AndroidPlatform
,GenericPlatform
- Enclosing class:
- Python
public static class Python.Platform extends Object
Provides information needed to start Python.
-
-
Constructor Summary
Constructors Constructor Description Platform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPath()
Returns the value to assign toPYTHONPATH
, ornull
to leave it unset.void
onStart(Python py)
Called after Python is started.
-