Searched defs:__await__ (Results 1 – 12 of 12) sorted by relevance
| /external/python/cpython3/Lib/test/test_asyncio/ | ||
| D | test_pep492.py | 28 def __await__(self): member in FakeCoro |
| D | test_tasks.py | 96 def __await__(self): member in CoroLikeObject |
| D | test_events.py | 73 def __await__(self): member in CoroLike |
| /external/python/cpython3/Lib/test/ | ||
| D | test_coroutines.py | 17 def __await__(self): member in AsyncYieldFrom |
| D | test_collections.py | 764 def __await__(self): member in TestOneTrickPonyABCs.test_Awaitable.Bar |
| D | test_types.py | 1386 def __await__(self): member in CoroutineTests.test_non_gen_values.Awaitable |
| D | test_inspect.py | 223 def __await__(): member in TestPredicates.test_isawaitable.Future |
| /external/python/cpython3/Lib/asyncio/ | ||
| D | coroutines.py | 82 def __await__(self): member in CoroWrapper |
| D | futures.py | 281 def __await__(self): member in Future |
| /external/python/cpython3/Lib/ | ||
| D | types.py | 242 __await__ = __iter__ variable in _GeneratorWrapper |
| D | _collections_abc.py | 106 def __await__(self): member in Awaitable |
| /external/python/cpython3/Lib/unittest/test/testmock/ | ||
| D | testasync.py | 31 def __await__(self): yield member in AwaitableClass |