subprocess.check_call | Python

 

Descripción

Sintaxis

subprocess.check_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


Artículos

    Manual Python

    Aprende más sobre Python consultando online o descargando nuestro manual.