Function exec_python_script

  • Execute a Python3 script from a path

    Parameters

    • python_path: string

      Python executable path

    • python_script_path: string

      Python script to execute

    • args: string

      Arguments for the script

    Returns Promise<p_result>

Generated using TypeDoc