Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
536
def
get(iterable: AsyncIterable[T], /, **attrs: Any) -> Coro[Optional[T]]: ...
537
538
539
@overload
Callers
2
_from_data
Method · 0.85
_from_dict
Method · 0.85
Calls
2
_aget
Function · 0.85
_get
Function · 0.85
Tested by
no test coverage detected