Seasons

This object is loaded from a different db.

class Seasons

Lazy making of Season from online db.

Variables:seasonsfrozenset of inner_objects..season.Season.
reload()

reloading all the known seasons.

Season

An inner object of Seasons. Hold frozenset of animes in the specific season (by name and year).

class Season(season_name: str, year: int)

Lazy load of season data.

Attributes:
animes - a frozenset of animes. year - the season year. season_name - The season name. Can be ‘Winter’, ‘Spring’, ‘Summer’ or ‘Fall’.
reload()

fetching data.