Class Python.Platform

    • Constructor Detail

      • Platform

        public Platform()
    • Method Detail

      • getPath

        public String getPath()
        Returns the value to assign to PYTHONPATH, or null to leave it unset. The default implementation returns null.
      • onStart

        public void onStart​(@NotNull
                            Python py)
        Called after Python is started. The default implementation does nothing.