我们从Python开源项目中,提取了以下8个代码示例,用于说明如何使用test.test_future3()。
def test_future3(self): support.unload('test_future3') from test import test_future3
def test_future3(self): test_support.unload('test_future3') from test import test_future3
def test_future3(self): with support.CleanImport('test_future3'): from test import test_future3