AccountAnimes¶
It should lazy load accounts’ list of animes. It can held future global data about accounts’ animes. It shouldn’t be used out side of context of account
In the package it only a package for list(MyAnime).
- class AccountAnimes(account)¶
A slow loading of an account anime list.
Variables: - watching – frozenset of the watching animes.
- completed – frozenset of the completed animes.
- on_hold – frozenset of the “on hold” animes.
- dropped – frozenset of the dropped animes.
- plan_to_watch – frozenset of th “plan to watch” animes.
- reload()¶
reloading data from MAL.