Descripción
Sintaxis
subprocess.call(args, *, stdin=None, stdout=None, stderr=None, shell=False, cwd=None, timeout=None, **other_popen_kwargs)
Parámetros
- *,
- args,
- cwd,
- other_popen_kwargs,
- shell,
- stderr,
- stdin,
- stdout,
- timeout,
Ejemplo
subprocess.call(args, *, stdin=None, stdout=None, stderr=None, shell=False, cwd=None, timeout=None, **other_popen_kwargs)