Home
last modified time | relevance | path

Searched refs:__aiter__ (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-python.r/async.d/
H A Dexpected.tags6 __aiter__ input.py /^ def __aiter__(self):$/;" m class:Cursor
10 __aiter__ input.py /^ def __aiter__(self):$/;" m class:AsyncIteratorWrapper
H A Dinput.py22 def __aiter__(self): member in Cursor
36 def __aiter__(self): member in AsyncIteratorWrapper
/dports/devel/py-graphql-core/graphql-core-3.1.6/tests/subscription/
H A Dtest_map_async_iterator.py35 def __aiter__(self): member in describe_map_async_iterator.maps_over_async_iterator.Iterator
106 def __aiter__(self): member in describe_map_async_iterator.allows_returning_early_from_mapped_async_iterator.Iterator
158 def __aiter__(self): member in describe_map_async_iterator.allows_throwing_errors_through_async_iterators.Iterator
186 def __aiter__(self): member in describe_map_async_iterator.allows_throwing_errors_with_values_through_async_iterators.Iterator
212 def __aiter__(self): member in describe_map_async_iterator.allows_throwing_errors_with_traceback_through_async_iterators.Iterator
315 def __aiter__(self): member in describe_map_async_iterator.can_use_simple_iterator_instead_of_generator.Source
419 def __aiter__(self): member in describe_map_async_iterator.can_unset_closed_state_of_async_iterator.Iterator
468 def __aiter__(self): member in describe_map_async_iterator.can_cancel_async_iterator_while_waiting.Iterator
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dasync_iter_pep492.pyx72 def __aiter__(self): member in AsyncIter
91 Same as AsyncIter, but with the old async-def interface for __aiter__().
93 async def __aiter__(self): member in AsyncIterOld
166 def __aiter__(self): member in NonAwaitableFromAnext
205 def __aiter__(self): member in Iterable
284 # async def __aiter__(self):
289 def __aiter__(self): member in AI_new
H A Dtest_asyncgen.py315 ai = g.__aiter__()
351 ai = g.__aiter__()
528 async def __aiter__(self): member in AsyncGenAsyncioTest.test_async_gen_asyncio_03.Gen
549 it = foo().__aiter__()
561 it = foo().__aiter__()
585 it = foo().__aiter__()
656 it = foo().__aiter__()
675 it = foo().__aiter__()
701 it = gen.__aiter__()
726 it = gen.__aiter__()
[all …]
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dasync_iter_pep492.pyx72 def __aiter__(self): member in AsyncIter
91 Same as AsyncIter, but with the old async-def interface for __aiter__().
93 async def __aiter__(self): member in AsyncIterOld
166 def __aiter__(self): member in NonAwaitableFromAnext
205 def __aiter__(self): member in Iterable
284 # async def __aiter__(self):
289 def __aiter__(self): member in AI_new
H A Dtest_asyncgen.py312 ai = g.__aiter__()
351 ai = g.__aiter__()
582 it = foo().__aiter__()
594 it = foo().__aiter__()
618 it = foo().__aiter__()
689 it = foo().__aiter__()
708 it = foo().__aiter__()
734 it = gen.__aiter__()
759 it = gen.__aiter__()
786 it = gen.__aiter__()
[all …]
/dports/www/py-httpx013/httpx-0.13.3/httpx/
H A D_content_streams.py42 async def __aiter__(self) -> typing.AsyncIterator[bytes]: member in ContentStream
66 async def __aiter__(self) -> typing.AsyncIterator[bytes]: member in ByteStream
95 def __aiter__(self) -> typing.AsyncIterator[bytes]: member in IteratorStream
124 async def __aiter__(self) -> typing.AsyncIterator[bytes]: member in AsyncIteratorStream
152 async def __aiter__(self) -> typing.AsyncIterator[bytes]: member in JSONStream
172 async def __aiter__(self) -> typing.AsyncIterator[bytes]: member in URLEncodedStream
367 async def __aiter__(self) -> typing.AsyncIterator[bytes]: member in MultipartStream
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_asyncgen.py196 ai = g.__aiter__()
235 ai = g.__aiter__()
479 def __aiter__(self): member in AsyncGenAsyncioTest.test_python_async_iterator_anext.MyAsyncIter
495 def __aiter__(self): member in AsyncGenAsyncioTest.test_python_async_iterator_types_coroutine_anext.MyAsyncIterWithTypesCoro
594 def __aiter__(self): member in AsyncGenAsyncioTest.test_anext_return_iterator.WithIterAnext
603 def __aiter__(self): member in AsyncGenAsyncioTest.test_anext_return_generator.WithGenAnext
616 def __aiter__(self): member in AsyncGenAsyncioTest.test_anext_await_raises.WithRaisingAwaitableAnext
966 it = gen.__aiter__()
991 it = gen.__aiter__()
1018 it = gen.__aiter__()
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_asyncgen.py196 ai = g.__aiter__()
235 ai = g.__aiter__()
479 def __aiter__(self): member in AsyncGenAsyncioTest.test_python_async_iterator_anext.MyAsyncIter
495 def __aiter__(self): member in AsyncGenAsyncioTest.test_python_async_iterator_types_coroutine_anext.MyAsyncIterWithTypesCoro
594 def __aiter__(self): member in AsyncGenAsyncioTest.test_anext_return_iterator.WithIterAnext
603 def __aiter__(self): member in AsyncGenAsyncioTest.test_anext_return_generator.WithGenAnext
616 def __aiter__(self): member in AsyncGenAsyncioTest.test_anext_await_raises.WithRaisingAwaitableAnext
966 it = gen.__aiter__()
991 it = gen.__aiter__()
1018 it = gen.__aiter__()
[all …]
/dports/devel/py-lazy-object-proxy/lazy-object-proxy-1.6.0/src/lazy_object_proxy/
H A Dutils_py3.py27 def __aiter__(self): function
28 return self.__wrapped__.__aiter__()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_asyncgen.py160 ai = g.__aiter__()
199 ai = g.__aiter__()
429 it = foo().__aiter__()
441 it = foo().__aiter__()
465 it = foo().__aiter__()
536 it = foo().__aiter__()
555 it = foo().__aiter__()
581 it = gen.__aiter__()
606 it = gen.__aiter__()
633 it = gen.__aiter__()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_asyncgen.py160 ai = g.__aiter__()
199 ai = g.__aiter__()
429 it = foo().__aiter__()
441 it = foo().__aiter__()
465 it = foo().__aiter__()
536 it = foo().__aiter__()
555 it = foo().__aiter__()
581 it = gen.__aiter__()
606 it = gen.__aiter__()
633 it = gen.__aiter__()
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_asyncgen.py160 ai = g.__aiter__()
199 ai = g.__aiter__()
429 it = foo().__aiter__()
441 it = foo().__aiter__()
465 it = foo().__aiter__()
536 it = foo().__aiter__()
555 it = foo().__aiter__()
581 it = gen.__aiter__()
606 it = gen.__aiter__()
633 it = gen.__aiter__()
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_asyncgen.py160 ai = g.__aiter__()
199 ai = g.__aiter__()
429 it = foo().__aiter__()
441 it = foo().__aiter__()
465 it = foo().__aiter__()
536 it = foo().__aiter__()
555 it = foo().__aiter__()
581 it = gen.__aiter__()
606 it = gen.__aiter__()
633 it = gen.__aiter__()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_asyncgen.py160 ai = g.__aiter__()
199 ai = g.__aiter__()
429 it = foo().__aiter__()
441 it = foo().__aiter__()
465 it = foo().__aiter__()
536 it = foo().__aiter__()
555 it = foo().__aiter__()
581 it = gen.__aiter__()
606 it = gen.__aiter__()
633 it = gen.__aiter__()
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_asyncgen.py161 ai = g.__aiter__()
200 ai = g.__aiter__()
430 it = foo().__aiter__()
442 it = foo().__aiter__()
466 it = foo().__aiter__()
537 it = foo().__aiter__()
556 it = foo().__aiter__()
582 it = gen.__aiter__()
607 it = gen.__aiter__()
634 it = gen.__aiter__()
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_asyncgen.py178 ai = g.__aiter__()
214 ai = g.__aiter__()
442 it = foo().__aiter__()
454 it = foo().__aiter__()
478 it = foo().__aiter__()
549 it = foo().__aiter__()
568 it = foo().__aiter__()
594 it = gen.__aiter__()
619 it = gen.__aiter__()
646 it = gen.__aiter__()
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_tests/tests_aio/unit/
H A D_common.py81 def __aiter__(self): member in CountingRequestIterator
96 def __aiter__(self): member in CountingResponseIterator
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio/grpc/experimental/aio/
H A D_base_call.py153 def __aiter__(self) -> AsyncIterable[ResponseType]: member in UnaryStreamCall
209 def __aiter__(self) -> AsyncIterable[ResponseType]: member in StreamStreamCall
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio_tests/tests_aio/unit/
H A D_common.py83 def __aiter__(self): member in CountingRequestIterator
98 def __aiter__(self): member in CountingResponseIterator
/dports/devel/grpc/grpc-1.42.0/src/python/grpcio/grpc/aio/
H A D_base_call.py157 def __aiter__(self) -> AsyncIterable[ResponseType]: member in UnaryStreamCall
213 def __aiter__(self) -> AsyncIterable[ResponseType]: member in StreamStreamCall
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio/grpc/aio/
H A D_base_call.py153 def __aiter__(self) -> AsyncIterable[ResponseType]: member in UnaryStreamCall
209 def __aiter__(self) -> AsyncIterable[ResponseType]: member in StreamStreamCall
/dports/devel/py-anyio/anyio-3.4.0/src/anyio/abc/
H A D_streams.py24 def __aiter__(self) -> "UnreliableObjectReceiveStream[T_Item]": member in UnreliableObjectReceiveStream
113 def __aiter__(self) -> 'ByteReceiveStream': member in ByteReceiveStream
/dports/devel/py-grpcio/grpcio-1.43.0/src/python/grpcio/grpc/aio/
H A D_base_call.py157 def __aiter__(self) -> AsyncIterable[ResponseType]: member in UnaryStreamCall
213 def __aiter__(self) -> AsyncIterable[ResponseType]: member in StreamStreamCall

12345678910>>...20