Home
last modified time | relevance | path

Searched refs:RUNNING_FUTURE (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py51 RUNNING_FUTURE = create_future(state=RUNNING) variable
814 RUNNING_FUTURE, SUCCESSFUL_FUTURE]
1484 self.assertRegex(repr(RUNNING_FUTURE),
1526 self.assertFalse(RUNNING_FUTURE.cancelled())
1534 self.assertFalse(RUNNING_FUTURE.done())
1542 self.assertTrue(RUNNING_FUTURE.running())
1552 RUNNING_FUTURE.result, timeout=0)
1593 RUNNING_FUTURE.exception, timeout=0)

Completed in 3 milliseconds