Package-level declarations

Types

Link copied to clipboard
class ExecutionResult(val errorCode: Int, val output: String, val error: String)

Class containing the output text and error code resulting from executing command line programs.

Link copied to clipboard
class PythonInterpreter(val executable: String)
Link copied to clipboard
class VirtualEnvironment(val venv: File)

Functions

Link copied to clipboard
Link copied to clipboard

Determines the appropriate Python executable name based on the operating system.