Class GenericPlatform


  • public class GenericPlatform
    extends Python.Platform
    Platform for a generic Python installation.
    • Constructor Detail

      • GenericPlatform

        public GenericPlatform()
    • Method Detail

      • getPath

        public String getPath()
        Description copied from class: Python.Platform
        Returns the value to assign to PYTHONPATH, or null to leave it unset. The default implementation returns null.
        Overrides:
        getPath in class Python.Platform
      • setPath

        @NotNull
        public GenericPlatform setPath​(String path)
        Sets the value to assign to PYTHONPATH.