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:
  • watchingfrozenset of the watching animes.
  • completedfrozenset of the completed animes.
  • on_holdfrozenset of the “on hold” animes.
  • droppedfrozenset of the dropped animes.
  • plan_to_watchfrozenset of th “plan to watch” animes.
reload()

reloading data from MAL.