我只是Python的初学者,所以这可能是一个愚蠢的问题。我尝试使用pylint
模块运行py_run
,并阅读stdout
数据。但是我无法想出一种方法来阅读它。请建议一种方法来读取这样的文件对象。
这是我使用.read()
:<open file '<fdopen>', mode 'rU' at 0x7f34dbfa81e0>
(out,err) = epylint.py_run(command_options = filepath , return_std=True,script = 'pylint' )
for line in out.read():
print line