标签: python python-3.x pexpect
我要使用python 3和pexpect,记录从生成的进程中读取的数据,但是要一直记录到pexpect.expect的模式(不包括在内)。 如果使用child.logfile_read = sys.stout,我将得到所有信息,包括expect的模式。如果我在print(child.before)之后立即使用expect,则会看到所需的输出,但看不到它是“实时”的。
pexpect.expect
child.logfile_read = sys.stout
expect
print(child.before)
是否有办法仅将child.before登录到黑啤酒?
child.before