Python subprocess library¶
Notes¶
From the doc:
The recommended approach to invoking subprocesses is to use the
run()
function for all use cases it can handle. For more advanced use cases, the underlyingPopen
interface can be used directly.
Page last modified: 2024-10-30 02:57:00