| Plural | subprocesses |
spawn a subprocess
German_translation
create a subprocess
German_translation
kill the subprocess
German_translation
subprocess call
German_translation
child subprocess
German_translation
subprocess module
German_translation
subprocess id
German_translation
running subprocess
German_translation
subprocess output
German_translation
multiple subprocesses
German_translation
english sentence
German_translation
the script uses subprocess.run() to execute the external command.
Das Skript verwendet subprocess.run(), um den externen Befehl auszuführen.
we can use subprocess.popen() to create a background process.
Wir können subprocess.Popen() verwenden, um einen Hintergrundprozess zu erstellen.
the subprocess.call() method returns the exit code when the command completes.
Die Methode subprocess.call() gibt den Exit-Code zurück, wenn der Befehl abgeschlossen ist.
use subprocess.check_output() to capture the standard output of the command.
Verwenden Sie subprocess.check_output(), um die Standardausgabe des Befehls zu erfassen.
the subprocess.communicate() method sends input and receives output from the process.
Die Methode subprocess.communicate() sendet Eingaben und empfängt Ausgaben vom Prozess.
set subprocess.pipe to redirect stdout and stderr to the parent process.
Legen Sie subprocess.PIPE fest, um stdout und stderr an den Elternprozess umzerleiten.
check subprocess.returncode to determine if the process completed successfully.
Überprüfen Sie subprocess.returncode, um festzustellen, ob der Prozess erfolgreich abgeschlossen wurde.
use subprocess.kill() to terminate a running subprocess immediately.
Verwenden Sie subprocess.kill(), um einen laufenden Unterprozess sofort zu beenden.
the subprocess.terminate() method gracefully stops the process.
Die Methode subprocess.terminate() stoppt den Prozess sanft.
you can spawn a subprocess to run multiple commands concurrently.
Sie können einen Unterprozess starten, um mehrere Befehle gleichzeitig auszuführen.
the subprocess module provides tools for managing external processes.
Das subprocess-Modul bietet Werkzeuge zur Verwaltung externer Prozesse.
always handle exceptions when working with subprocess to avoid zombie processes.
Behandeln Sie immer Ausnahmen beim Arbeiten mit subprocess, um verwaiste Prozesse zu vermeiden.
the subprocess can be configured with environment variables before execution.
Der Unterprozess kann vor der Ausführung mit Umgebungsvariablen konfiguriert werden.
use timeout parameter in subprocess.run() to prevent hanging processes.
Verwenden Sie den Timeout-Parameter in subprocess.run(), um hängende Prozesse zu vermeiden.
spawn a subprocess
German_translation
create a subprocess
German_translation
kill the subprocess
German_translation
subprocess call
German_translation
child subprocess
German_translation
subprocess module
German_translation
subprocess id
German_translation
running subprocess
German_translation
subprocess output
German_translation
multiple subprocesses
German_translation
english sentence
German_translation
the script uses subprocess.run() to execute the external command.
Das Skript verwendet subprocess.run(), um den externen Befehl auszuführen.
we can use subprocess.popen() to create a background process.
Wir können subprocess.Popen() verwenden, um einen Hintergrundprozess zu erstellen.
the subprocess.call() method returns the exit code when the command completes.
Die Methode subprocess.call() gibt den Exit-Code zurück, wenn der Befehl abgeschlossen ist.
use subprocess.check_output() to capture the standard output of the command.
Verwenden Sie subprocess.check_output(), um die Standardausgabe des Befehls zu erfassen.
the subprocess.communicate() method sends input and receives output from the process.
Die Methode subprocess.communicate() sendet Eingaben und empfängt Ausgaben vom Prozess.
set subprocess.pipe to redirect stdout and stderr to the parent process.
Legen Sie subprocess.PIPE fest, um stdout und stderr an den Elternprozess umzerleiten.
check subprocess.returncode to determine if the process completed successfully.
Überprüfen Sie subprocess.returncode, um festzustellen, ob der Prozess erfolgreich abgeschlossen wurde.
use subprocess.kill() to terminate a running subprocess immediately.
Verwenden Sie subprocess.kill(), um einen laufenden Unterprozess sofort zu beenden.
the subprocess.terminate() method gracefully stops the process.
Die Methode subprocess.terminate() stoppt den Prozess sanft.
you can spawn a subprocess to run multiple commands concurrently.
Sie können einen Unterprozess starten, um mehrere Befehle gleichzeitig auszuführen.
the subprocess module provides tools for managing external processes.
Das subprocess-Modul bietet Werkzeuge zur Verwaltung externer Prozesse.
always handle exceptions when working with subprocess to avoid zombie processes.
Behandeln Sie immer Ausnahmen beim Arbeiten mit subprocess, um verwaiste Prozesse zu vermeiden.
the subprocess can be configured with environment variables before execution.
Der Unterprozess kann vor der Ausführung mit Umgebungsvariablen konfiguriert werden.
use timeout parameter in subprocess.run() to prevent hanging processes.
Verwenden Sie den Timeout-Parameter in subprocess.run(), um hängende Prozesse zu vermeiden.
Entdecken Sie häufig gesuchte Vokabeln
Möchten Sie Vokabeln effizienter lernen? Laden Sie die DictoGo-App herunter und profitieren Sie von noch mehr Funktionen zum Vokabelnlernen und Wiederholen!
DictoGo jetzt herunterladen