BaseList¶
- class asyncpraw.models.list.base.BaseList(reddit, _data)¶
An abstract class to coerce a list into an
AsyncPRAWBase.- Parameters:
reddit (asyncpraw.Reddit)
- __getitem__(index)¶
Return the item at position index in the list.
An abstract class to coerce a list into an AsyncPRAWBase.
reddit (asyncpraw.Reddit)
Return the item at position index in the list.