TrophyList¶
- class praw.models.list.trophy.TrophyList(reddit, _data)¶
A list of
Trophyobjects. Works just like a regular list.This class is solely used to parse responses from Reddit, so end users should not use this class directly.
- Parameters:
reddit (praw.Reddit)
- __getitem__(index)¶
Return the item at position index in the list.