Iterator ABCs#
संस्करण 4.3.2 से नया .
महत्त्वपूर्ण
This page contains metaclasses. As this is an advanced Python topic you should not try to use these methods if you don't have the experience.
- class interactions.utils.abc.base_iterators.BaseAsyncIterator[स्रोत]#
आधार:
ABCसंस्करण 4.3.2 से नया .
A base class for async iterators.
- class interactions.utils.abc.base_iterators.BaseIterator[स्रोत]#
आधार:
ABCसंस्करण 4.3.2 से नया .
A base class for iterators.
- class interactions.utils.abc.base_iterators.DiscordPaginationIterator(obj=None, _client=None, maximum=inf, start_at=<interactions.MISSING>, check=None)[स्रोत]#
आधार:
BaseAsyncIteratorसंस्करण 4.3.2 से नया .
A base class for Discord Pagination Iterators.
- __init__(obj=None, _client=None, maximum=inf, start_at=<interactions.MISSING>, check=None)[स्रोत]#
Create a Discord Pagination iterator. All attributes are optional but may be useful for getting Discord objects. Check usages in the
AsyncMembersIteratorandAsyncHistoryIteratororGuild.get_members()andChannel.history()for more information about the arguments.
- __aiter__()#
- abstract async __anext__()#
Return the next object
- प्रदत्त प्रकार :
_O
- async flatten()#
Returns all items of the iterator as list