Searched defs:__await__ (Results 1 – 15 of 15) sorted by relevance
| /external/python/python-api-core/google/api_core/ | ||
| D | grpc_helpers_async.py | 82 def __await__(self): member in _WrappedUnaryResponseMixin |
| /external/python/cpython3/Lib/test/test_asyncio/ | ||
| D | test_pep492.py | 28 def __await__(self): member in FakeCoro |
| D | test_tasks.py | 97 def __await__(self): member in CoroLikeObject |
| D | test_events.py | 74 def __await__(self): member in CoroLike |
| /external/python/cpython3/Lib/test/ | ||
| D | test_coroutines.py | 19 def __await__(self): member in AsyncYieldFrom |
| D | test_collections.py | 780 def __await__(self): member in TestOneTrickPonyABCs.test_Awaitable.Bar |
| D | test_types.py | 1808 def __await__(self): member in CoroutineTests.test_non_gen_values.Awaitable |
| D | test_asyncgen.py | 565 def __await__(self): member in AsyncGenAsyncioTest.test_anext_bad_await.bad_awaitable.BadAwaitable |
| D | test_inspect.py | 228 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 | 247 __await__ = __iter__ variable in _GeneratorWrapper |
| D | _collections_abc.py | 110 def __await__(self): member in Awaitable |
| /external/python/cpython3/Lib/unittest/test/testmock/ | ||
| D | testasync.py | 31 def __await__(self): yield member in AwaitableClass |
| /external/python/typing/typing_extensions/src/ | ||
| D | test_typing_extensions.py | 451 def __await__(self) -> typing.Iterator[T_a]: member in AwaitableWrapper |