3.6.2.4. sphinx.ext.graphviz.Popen¶
-
class
sphinx.ext.graphviz.Popen(args, bufsize=0, executable=None, stdin=None, stdout=None, stderr=None, preexec_fn=None, close_fds=False, shell=False, cwd=None, env=None, universal_newlines=False, startupinfo=None, creationflags=0)[source]¶
3.6.2.4.1. Methods¶
__init__(args[, bufsize, executable, stdin, ...]) |
Create new Popen instance. |
communicate([input]) |
Interact with process: Send data to stdin. |
kill() |
Kill the process with SIGKILL |
pipe_cloexec() |
Create a pipe with FDs set CLOEXEC. |
poll() |
|
send_signal(sig) |
Send a signal to the process |
terminate() |
Terminate the process with SIGTERM |
wait() |
Wait for child process to terminate. |