我们从Python开源项目中,提取了以下12个代码示例,用于说明如何使用subprocess._has_poll()。
def setUp(self): subprocess._has_poll = False ProcessTestCase.setUp(self)
def tearDown(self): subprocess._has_poll = True ProcessTestCase.tearDown(self)