Package com.chaquo.python
Class GenericPlatform
- java.lang.Object
-
- com.chaquo.python.Python.Platform
-
- com.chaquo.python.GenericPlatform
-
public class GenericPlatform extends Python.Platform
Platform for a generic Python installation.
-
-
Constructor Summary
Constructors Constructor Description GenericPlatform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()Returns the value to assign toPYTHONPATH, ornullto leave it unset.GenericPlatformsetPath(String path)Sets the value to assign toPYTHONPATH.-
Methods inherited from class com.chaquo.python.Python.Platform
onStart
-
-
-
-
Method Detail
-
getPath
public String getPath()
Description copied from class:Python.PlatformReturns the value to assign toPYTHONPATH, ornullto leave it unset. The default implementation returnsnull.- Overrides:
getPathin classPython.Platform
-
setPath
@NotNull public GenericPlatform setPath(String path)
Sets the value to assign toPYTHONPATH.
-
-