Listing¶
- class praw.models.listing.listing.Listing(reddit, _data)¶
A listing is a collection of
RedditBaseinstances.- Parameters:
reddit (praw.Reddit)
- __getitem__(index)¶
Return the item at position index in the list.
A listing is a collection of RedditBase instances.
reddit (praw.Reddit)
Return the item at position index in the list.