fkie_mas_pylib.system.supervised_popen module
- class fkie_mas_pylib.system.supervised_popen.SupervisedPopen(args, bufsize=0, executable=None, stdin=None, stdout=None, stderr=-1, preexec_fn=None, close_fds=False, shell=False, cwd=None, env=None, universal_newlines=False, startupinfo=None, creationflags=0, object_id='', description='')
Bases:
objectThe class overrides the subprocess.Popen and waits in a thread for its finish. If an error is printed out.
- property stderr
- property stdin
- property stdout