Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agronholm/anyio
/ functions
Functions
2,163 in github.com/agronholm/anyio
⨍
Functions
2,163
◇
Types & classes
270
↳
Endpoints
11
Method
__aenter__
(self)
src/anyio/_backends/_asyncio.py:759
Method
__aenter__
(self)
src/anyio/_backends/_asyncio.py:2056
Method
__aenter__
(self)
src/anyio/_backends/_trio.py:863
Method
__aenter__
(self)
tests/test_from_thread.py:341
Method
__aexit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/abc/_resources.py:23
Method
__aexit__
Exit the task group context waiting for all tasks to finish.
src/anyio/abc/_tasks.py:203
Method
__aexit__
( self, exc_type: type[BaseException] | None, exc_value: BaseException | None,
src/anyio/_core/_tempfile.py:111
Method
__aexit__
( self, exc_type: type[BaseException] | None, exc_value: BaseException | None,
src/anyio/_core/_tempfile.py:211
Method
__aexit__
( self, exc_type: type[BaseException] | None, exc_value: BaseException | None,
src/anyio/_core/_tempfile.py:501
Method
__aexit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/_core/_synchronization.py:227
Method
__aexit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/_core/_synchronization.py:281
Method
__aexit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/_core/_synchronization.py:424
Method
__aexit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/_core/_synchronization.py:540
Method
__aexit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/_core/_synchronization.py:668
Method
__aexit__
( self: _SupportsAsyncCtxMgr[object, _ExitT_co], exc_type: type[BaseException] | None,
src/anyio/_core/_contextmanagers.py:168
Method
__aexit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/_backends/_asyncio.py:768
Method
__aexit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/_backends/_asyncio.py:2059
Method
__aexit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/_backends/_trio.py:866
Method
__aiter__
(self)
src/anyio/abc/_streams.py:30
Method
__aiter__
(self)
src/anyio/abc/_streams.py:126
Method
__aiter__
(self)
src/anyio/_backends/_asyncio.py:2203
Method
__aiter__
(self)
src/anyio/_backends/_trio.py:951
Method
__aiter__
(self)
tests/test_functools.py:489
Method
__anext__
(self)
src/anyio/itertools.py:54
Method
__anext__
(self)
src/anyio/abc/_streams.py:33
Method
__anext__
(self)
src/anyio/abc/_streams.py:129
Method
__anext__
(self)
src/anyio/_core/_fileio.py:270
Method
__anext__
(self)
src/anyio/_backends/_asyncio.py:2206
Method
__anext__
(self)
src/anyio/_backends/_trio.py:954
Method
__anext__
(self)
tests/test_functools.py:492
Method
__asynccontextmanager__
( self, )
src/anyio/_core/_contextmanagers.py:18
Method
__asynccontextmanager__
(self)
tests/test_contextmanagers.py:175
Method
__asynccontextmanager__
(self)
tests/test_contextmanagers.py:234
Method
__await__
(self)
src/anyio/_core/_tasks.py:404
Method
__await__
(self)
tests/conftest.py:206
Method
__bytes__
(self)
src/anyio/_core/_fileio.py:389
Method
__call__
(self, *args: Any, **kwargs: Any)
src/anyio/functools.py:92
Method
__call__
(self, *args: P.args, **kwargs: P.kwargs)
src/anyio/functools.py:137
Method
__call__
( # type: ignore[overload-overlap] self, func: Callable[P, Coroutine[Any, Any, T]], / )
src/anyio/functools.py:236
Method
__call__
( self, *iterables: Iterable[T] | AsyncIterable[T] )
src/anyio/itertools.py:199
Method
__call__
Return an unbound port for the given address family. :param family: if omitted, both IPv4 and IPv6 addresses will be tried :
src/anyio/pytest_plugin.py:324
Method
__call__
( self, family: socket.AddressFamily, kind: socket.SocketKind, *, boun
tests/test_sockets.py:159
Method
__contextmanager__
(self)
src/anyio/_core/_contextmanagers.py:14
Method
__contextmanager__
(self)
tests/test_contextmanagers.py:81
Method
__contextmanager__
(self)
tests/test_contextmanagers.py:130
Method
__del__
(self)
src/anyio/streams/memory.py:188
Method
__del__
(self)
src/anyio/streams/memory.py:319
Method
__enter__
(self)
src/anyio/from_thread.py:161
Method
__enter__
(self)
src/anyio/from_thread.py:472
Method
__enter__
(self)
src/anyio/abc/_testing.py:17
Method
__enter__
(self)
src/anyio/_core/_synchronization.py:760
Method
__enter__
(self: _SupportsCtxMgr[_T_co, bool | None])
src/anyio/_core/_contextmanagers.py:41
Method
__enter__
(self)
src/anyio/streams/memory.py:177
Method
__enter__
(self)
src/anyio/streams/memory.py:308
Method
__enter__
(self)
src/anyio/_backends/_asyncio.py:422
Method
__enter__
(self)
src/anyio/_backends/_asyncio.py:2187
Method
__enter__
(self)
src/anyio/_backends/_asyncio.py:2277
Method
__enter__
(self)
src/anyio/_backends/_trio.py:938
Method
__eq__
(self, other: object)
src/anyio/_core/_fileio.py:395
Method
__eq__
(self, other: object)
src/anyio/_core/_testing.py:36
Method
__exit__
( self, __exc_type: type[BaseException] | None, __exc_value: BaseException | None,
src/anyio/from_thread.py:166
Method
__exit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/from_thread.py:483
Method
__exit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/abc/_testing.py:21
Method
__exit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/_core/_synchronization.py:766
Method
__exit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/_core/_tasks.py:120
Method
__exit__
( self: _SupportsCtxMgr[object, _ExitT_co], exc_type: type[BaseException] | None, exc_
src/anyio/_core/_contextmanagers.py:75
Method
__exit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/streams/memory.py:180
Method
__exit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/streams/memory.py:311
Method
__exit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/_backends/_asyncio.py:453
Method
__exit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/_backends/_asyncio.py:2194
Method
__exit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/_backends/_asyncio.py:2282
Method
__exit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/_backends/_trio.py:158
Method
__exit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
src/anyio/_backends/_trio.py:943
Method
__fspath__
(self)
src/anyio/_core/_fileio.py:375
Method
__ge__
(self, other: pathlib.PurePath | Path)
src/anyio/_core/_fileio.py:411
Function
__getattr__
Support deprecated aliases.
src/anyio/__init__.py:103
Method
__getattr__
(self, name: str)
src/anyio/_core/_fileio.py:95
Method
__gt__
(self, other: pathlib.PurePath | Path)
src/anyio/_core/_fileio.py:407
Method
__hash__
(self)
src/anyio/_core/_fileio.py:392
Method
__hash__
(self)
src/anyio/_core/_testing.py:42
Method
__index__
(self)
tests/test_itertools.py:586
Method
__index__
(self)
tests/test_itertools.py:825
Method
__init__
(self, wrapper: AsyncLRUCacheWrapper[..., T], instance: object)
src/anyio/functools.py:79
Method
__init__
( self, func: Callable[P, Awaitable[T]], maxsize: int | None, typed: bool,
src/anyio/functools.py:101
Method
__init__
( self, maxsize: int | None, typed: bool, always_checkpoint: bool, ttl: int | None )
src/anyio/functools.py:227
Method
__init__
(self)
src/anyio/to_interpreter.py:41
Method
__init__
( self, async_cm: AbstractAsyncContextManager[T_co], portal: BlockingPortal )
src/anyio/from_thread.py:131
Method
__init__
(self, future: Future)
src/anyio/from_thread.py:178
Method
__init__
(self)
src/anyio/from_thread.py:193
Method
__init__
( self, iterable: Iterable[T] | AsyncIterable[T] | _TeeAsyncIterator[T] )
src/anyio/itertools.py:109
Method
__init__
(self, kind: socket.SocketKind)
src/anyio/pytest_plugin.py:311
Method
__init__
(self, var: RunVar[T], value: T | Literal[_NoValueSet.NO_VALUE_SET])
src/anyio/lowlevel.py:116
Method
__init__
( self, name: str, default: T | Literal[_NoValueSet.NO_VALUE_SET] = NO_VALUE_SET )
src/anyio/lowlevel.py:145
Method
__init__
( self, fp: IO[AnyStr], *, limiter: CapacityLimiter | None = None )
src/anyio/_core/_fileio.py:83
Method
__init__
( self, *args: str | PathLike[str], limiter: CapacityLimiter | None = None )
src/anyio/_core/_fileio.py:363
Method
__init__
( self: NamedTemporaryFile[bytes], mode: OpenBinaryMode = ..., buffering: int = ...,
src/anyio/_core/_tempfile.py:146
Method
__init__
( self: SpooledTemporaryFile[bytes], max_size: int = ..., mode: OpenBinaryMode = ...,
src/anyio/_core/_tempfile.py:242
Method
__init__
( self, suffix: AnyStr | None = None, prefix: AnyStr | None = None, dir: AnySt
src/anyio/_core/_tempfile.py:469
Method
__init__
(self, excinfo: Any)
src/anyio/_core/_exceptions.py:32
Method
__init__
(self, action: str)
src/anyio/_core/_exceptions.py:67
← previous
next →
501–600 of 2,163, ranked by callers