Home
last modified time | relevance | path

Searched refs:__await__ (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/google/api_core/
H A Dgrpc_helpers_async.py84 def __await__(self): member in _WrappedUnaryResponseMixin
86 response = yield from self._call.__await__()
273 def __await__(self): member in FakeUnaryUnaryCall
274 response = yield from self._future.__await__()
291 def __await__(self): member in FakeStreamUnaryCall
292 response = yield from self._future.__await__()
/dports/www/py-google-api-core/google-api-core-2.2.2/google/api_core/
H A Dgrpc_helpers_async.py82 def __await__(self): member in _WrappedUnaryResponseMixin
84 response = yield from self._call.__await__()
274 def __await__(self): member in FakeUnaryUnaryCall
275 response = yield from self._future.__await__()
292 def __await__(self): member in FakeStreamUnaryCall
293 response = yield from self._future.__await__()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/py/util/
H A Dasyncio.py30 def __await__(self): member in async_protocol_manager
35 return as_protocol_manager().__await__()
37 __iter__ = __await__
/dports/www/py-starlette/starlette-0.17.1/starlette/
H A Dendpoints.py21 def __await__(self) -> typing.Generator: member in HTTPEndpoint
22 return self.dispatch().__await__()
54 def __await__(self) -> typing.Generator: member in WebSocketEndpoint
55 return self.dispatch().__await__()
/dports/databases/py-asyncmy/asyncmy-0.2.3/asyncmy/
H A Dcontexts.py41 return self._coro.__await__()
43 def __await__(self): member in _ContextManager
44 return self._coro.__await__()
/dports/devel/py-lazy-object-proxy/lazy-object-proxy-1.6.0/tests/
H A Dtest_async_py3.py20 def __await__(self): member in AsyncYieldFrom
28 def __await__(self): member in AsyncYield
48 aw = coro.__await__()
235 aw = coro.__await__()
245 aw = coro.__await__()
525 def __await__(self): member in test_await_5.Awaitable
537 def __await__(self): member in test_await_6.Awaitable
548 def __await__(self): member in test_await_7.Awaitable
628 def __await__(self): member in test_await_12.Awaitable
1609 aw = coro.__await__()
[all …]
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/testing/
H A Dasynchronous.py72 def __await__(self): member in _AwaitBeforeAssert
73 return self.awaitable.__await__()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_coroutines.py17 def __await__(self): member in AsyncYieldFrom
25 def __await__(self): member in AsyncYield
45 aw = coro.__await__()
678 aw = coro.__await__()
688 aw = coro.__await__()
971 def __await__(self): member in CoroutineTest.test_await_5.Awaitable
984 def __await__(self): member in CoroutineTest.test_await_6.Awaitable
994 def __await__(self): member in CoroutineTest.test_await_7.Awaitable
1069 def __await__(self): member in CoroutineTest.test_await_12.Awaitable
2010 aw = coro.__await__()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_coroutines.py17 def __await__(self): member in AsyncYieldFrom
25 def __await__(self): member in AsyncYield
45 aw = coro.__await__()
678 aw = coro.__await__()
688 aw = coro.__await__()
971 def __await__(self): member in CoroutineTest.test_await_5.Awaitable
984 def __await__(self): member in CoroutineTest.test_await_6.Awaitable
994 def __await__(self): member in CoroutineTest.test_await_7.Awaitable
1069 def __await__(self): member in CoroutineTest.test_await_12.Awaitable
2010 aw = coro.__await__()
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_coroutines.py18 def __await__(self): member in AsyncYieldFrom
26 def __await__(self): member in AsyncYield
46 aw = coro.__await__()
679 aw = coro.__await__()
689 aw = coro.__await__()
972 def __await__(self): member in CoroutineTest.test_await_5.Awaitable
985 def __await__(self): member in CoroutineTest.test_await_6.Awaitable
995 def __await__(self): member in CoroutineTest.test_await_7.Awaitable
1070 def __await__(self): member in CoroutineTest.test_await_12.Awaitable
2011 aw = coro.__await__()
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_coroutines.py17 def __await__(self): member in AsyncYieldFrom
25 def __await__(self): member in AsyncYield
45 aw = coro.__await__()
678 aw = coro.__await__()
688 aw = coro.__await__()
971 def __await__(self): member in CoroutineTest.test_await_5.Awaitable
984 def __await__(self): member in CoroutineTest.test_await_6.Awaitable
994 def __await__(self): member in CoroutineTest.test_await_7.Awaitable
1069 def __await__(self): member in CoroutineTest.test_await_12.Awaitable
2010 aw = coro.__await__()
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_coroutines.py17 def __await__(self): member in AsyncYieldFrom
25 def __await__(self): member in AsyncYield
45 aw = coro.__await__()
678 aw = coro.__await__()
688 aw = coro.__await__()
971 def __await__(self): member in CoroutineTest.test_await_5.Awaitable
984 def __await__(self): member in CoroutineTest.test_await_6.Awaitable
994 def __await__(self): member in CoroutineTest.test_await_7.Awaitable
1069 def __await__(self): member in CoroutineTest.test_await_12.Awaitable
2010 aw = coro.__await__()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_coroutines.py17 def __await__(self): member in AsyncYieldFrom
25 def __await__(self): member in AsyncYield
45 aw = coro.__await__()
678 aw = coro.__await__()
688 aw = coro.__await__()
971 def __await__(self): member in CoroutineTest.test_await_5.Awaitable
984 def __await__(self): member in CoroutineTest.test_await_6.Awaitable
994 def __await__(self): member in CoroutineTest.test_await_7.Awaitable
1069 def __await__(self): member in CoroutineTest.test_await_12.Awaitable
2010 aw = coro.__await__()
[all …]
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/testing/
H A Dasynchronous.py75 def __await__(self): member in _AwaitBeforeAssert
76 return self.awaitable.__await__()
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/testing/
H A Dasynchronous.py75 def __await__(self): member in _AwaitBeforeAssert
76 return self.awaitable.__await__()
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/testing/
H A Dasynchronous.py75 def __await__(self): member in _AwaitBeforeAssert
76 return self.awaitable.__await__()
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/testing/
H A Dasynchronous.py75 def __await__(self): member in _AwaitBeforeAssert
76 return self.awaitable.__await__()
/dports/devel/py-lazy-object-proxy/lazy-object-proxy-1.6.0/src/lazy_object_proxy/
H A Dutils_py3.py22 return do_await(obj).__await__()
35 def __await__(self): function
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_coroutines.py17 def __await__(self): member in AsyncYieldFrom
25 def __await__(self): member in AsyncYield
45 aw = coro.__await__()
678 aw = coro.__await__()
688 aw = coro.__await__()
971 def __await__(self): member in CoroutineTest.test_await_5.Awaitable
984 def __await__(self): member in CoroutineTest.test_await_6.Awaitable
994 def __await__(self): member in CoroutineTest.test_await_7.Awaitable
1069 def __await__(self): member in CoroutineTest.test_await_12.Awaitable
2018 aw = coro.__await__()
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_coroutines.py19 def __await__(self): member in AsyncYieldFrom
27 def __await__(self): member in AsyncYield
47 aw = coro.__await__()
680 aw = coro.__await__()
690 aw = coro.__await__()
973 def __await__(self): member in CoroutineTest.test_await_5.Awaitable
986 def __await__(self): member in CoroutineTest.test_await_6.Awaitable
996 def __await__(self): member in CoroutineTest.test_await_7.Awaitable
1071 def __await__(self): member in CoroutineTest.test_await_12.Awaitable
2020 aw = coro.__await__()
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_coroutines.py19 def __await__(self): member in AsyncYieldFrom
27 def __await__(self): member in AsyncYield
53 aw = coro.__await__()
698 aw = coro.__await__()
708 aw = coro.__await__()
991 def __await__(self): member in CoroutineTest.test_await_5.Awaitable
1004 def __await__(self): member in CoroutineTest.test_await_6.Awaitable
1014 def __await__(self): member in CoroutineTest.test_await_7.Awaitable
1089 def __await__(self): member in CoroutineTest.test_await_12.Awaitable
2092 aw = coro.__await__()
[all …]
/dports/databases/py-aiomysql/aiomysql-0.0.22/aiomysql/
H A Dutils.py42 return self._coro.__await__()
44 def __await__(self): member in _ContextManager
45 return self._coro.__await__()
/dports/devel/py-jedi/jedi-0.18.0/test/completion/
H A Dasync_.py26 x().__await__().__next
46 def __await__(self): member in Awaitable
/dports/devel/py-anyio/anyio-3.4.0/src/anyio/_core/
H A D_compat.py99 def __await__(self) -> Generator[None, None, None]: member in DeprecatedAwaitable
120 def __await__(self) -> Generator[None, None, float]: member in DeprecatedAwaitableFloat
140 def __await__(self) -> Generator[None, None, List[T]]: member in DeprecatedAwaitableList
/dports/databases/py-aiosqlite/aiosqlite-0.17.0/aiosqlite/
H A Dcontext.py37 def __await__(self) -> Generator[Any, None, _T]: member in Result
38 return self._coro.__await__()

12345678910>>...16