Item
Module: pyot.models.tft.item
class Item
ItemType: PyotCore
Definitions:
__init__->Noneid:int = emptyversion:str = models.tft.DEFAULT_VERSIONlocale:str = models.lol.DEFAULT_LOCALE
Endpoints:
cdragon_tft_full:['?id', 'version', 'locale']
Attributes:
description->streffects->Dict[str, Union[float, str]]from_ids->List[int]icon_path->strid->intname->strunique->bool
Properties:
property
from_items->List[ForwardRef(Item)]
class Items
ItemsType: PyotCore
Definitions:
__init__->Noneversion:str = models.tft.DEFAULT_VERSIONlocale:str = models.lol.DEFAULT_LOCALE
__iter__->Iterator[pyot.models.tft.item.Item]__len__->int
Endpoints:
cdragon_tft_full:['version', 'locale']
Attributes:
items->List[pyot.models.tft.item.Item]
Last updated