Subprocess run in background python

broken image

run ( args, *, stdin = None, input = None, stdout = None, stderr = None, capture_output = False, shell = False, cwd = None, timeout = None, check = False, encoding = None, errors = None, text = None, env = None, universal_newlines = None, ** other_popen_kwargs ) ¶ Underlying Popen interface can be used directly. The recommended approach to invoking subprocesses is to use the run()įunction for all use cases it can handle.

broken image

WebAssembly platforms for more information.

broken image
broken image

This module does not work or is not available on WebAssembly platforms

broken image