MCPcopy
hub / github.com/Rapptz/discord.py / get

Function get

discord/utils.py:536–536  ·  view source on GitHub ↗
(iterable: AsyncIterable[T], /, **attrs: Any)

Source from the content-addressed store, hash-verified

534
535@overload
536def get(iterable: AsyncIterable[T], /, **attrs: Any) -> Coro[Optional[T]]: ...
537
538
539@overload

Callers 2

_from_dataMethod · 0.85
_from_dictMethod · 0.85

Calls 2

_agetFunction · 0.85
_getFunction · 0.85

Tested by

no test coverage detected