The Python code to execute.
The Python executable to use (defaults to "python").
If true, streams output live to the console (defaults to false).
Optional
abortSignal: AbortSignalOptional AbortSignal to cancel the execution.
Execute a Python script file with optional live output streaming.
Path to the Python script.
Optional arguments to pass to the script.
The Python executable to use (defaults to "python").
If true, streams output live to the console (defaults to false).
Optional
abortSignal: AbortSignalOptional AbortSignal to cancel the execution.
Execute arbitrary Python code.