process.py: Add subprocess stdin.write() method
Add support to provide input with subprocess.Popen's stdin.write
method. Optionally flush the input buffer.
Signed-off-by: NHarish <harish@linux.vnet.ibm.com>
Showing
想要评论请 注册 或 登录
Add support to provide input with subprocess.Popen's stdin.write
method. Optionally flush the input buffer.
Signed-off-by: NHarish <harish@linux.vnet.ibm.com>