Type alias python_result

python_result: {
    python_path: string;
    stderr: string;
    stdout: string;
    successful: boolean;
}

Result of a Python3 execution

Type declaration

  • python_path: string
  • stderr: string
  • stdout: string
  • successful: boolean

Generated using TypeDoc