Home
last modified time | relevance | path

Searched defs:create_future (Results 1 – 5 of 5) sorted by relevance

/external/python/futures/
Dtest_futures.py106 def create_future(state=PENDING, exception=None, result=None): function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py982 def __init__(self, create_future=False): argument
1012 def __init__(self, create_future=False, loop=None): argument
/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py31 def create_future(state=PENDING, exception=None, result=None): function
/external/python/cpython3/Lib/asyncio/
Devents.py275 def create_future(self): member in AbstractEventLoop
Dbase_events.py394 def create_future(self): member in BaseEventLoop