Inherited from subprocess.Popen :
__del__ ,
communicate ,
kill ,
pipe_cloexec ,
poll ,
send_signal ,
terminate ,
wait
Inherited from subprocess.Popen (private):
_close_fds ,
_communicate ,
_communicate_with_poll ,
_communicate_with_select ,
_execute_child ,
_find_w9xpopen ,
_get_handles ,
_handle_exitstatus ,
_internal_poll ,
_make_inheritable ,
_readerthread ,
_set_cloexec_flag ,
_translate_newlines
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|