HomeSort by relevance Sort by last modified time
    Searched refs:test_future2 (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_future.py 20 def test_future2(self): member in class:FutureTest
21 test_support.unload('test_future2')
22 from test import test_future2 namespace
23 self.assertEqual(test_future2.result, 6)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_future.py 20 def test_future2(self): member in class:FutureTest
21 test_support.unload('test_future2')
22 from test import test_future2 namespace
23 self.assertEqual(test_future2.result, 6)

Completed in 50 milliseconds