Rune
Module: pyot.models.lol.rune
class Rune
RuneType: PyotCore
Definitions:
__init__->Noneid:int = emptyversion:str = models.lol.DEFAULT_VERSIONlocale:str = models.lol.DEFAULT_LOCALE
Endpoints:
cdragon_rune_full:['version', 'locale', '?id']
Attributes:
id->intname->strmajor_patch->strdescription->strtooltip->strlong_description->stricon_path->strend_of_game_stat_descs->List[str]
class Runes
RunesType: PyotCore
Definitions:
__init__->Noneversion:str = models.lol.DEFAULT_VERSIONlocale:str = models.lol.DEFAULT_LOCALE
__iter__->Iterator[pyot.models.lol.rune.Rune]__len__->int
Endpoints:
cdragon_rune_full:['version', 'locale']
Attributes:
runes->List[pyot.models.lol.rune.Rune]
Last updated