🔷
Pyot Documentation
  • Pyot Documentation
  • Cores
    • Installation
    • Configuration
    • Objects
    • Concurrency
    • Resources
    • Exceptions
    • Warnings
  • Examples
    • Single File
    • Multi Root
    • Module Based
  • Pipeline
    • Expirations
    • Handler
    • Object
    • Token
  • Stores
    • CDragon
    • DDragon
    • DiskCache
    • DjangoCache
    • MerakiCDN
    • MongoDB
    • Omnistone
    • RedisCache
    • RiotAPI
  • Limiters
    • MemoryLimiter
    • RedisLimiter
  • Models
    • League of Legends
      • Champion
      • Championmastery
      • Championrotation
      • Clash
      • Item
      • League
      • Match
      • Merakichampion
      • Merakiitem
      • Profileicon
      • Rune
      • Spectator
      • Spell
      • Status
      • Summoner
      • Thirdpartycode
      • Tournament
    • Legends of Runeterra
      • Card
      • Match
      • Ranked
      • Status
    • Riot Services
      • Account
    • Teamfight Tactics
      • Champion
      • Item
      • League
      • Match
      • Profileicon
      • Summoner
      • Thirdpartycode
      • Trait
    • Valorant
      • Content
      • Match
      • Ranked
      • Status
  • Utils
    • LoL
      • Cdragon
      • Champion
      • Routing
    • LoR
      • Cards
    • Tft
      • Cdragon
      • Routing
    • Aiohttp
    • Copy
    • Functools
    • Importlib
    • Itertools
    • Logging
    • Nullsafe
    • Safejson
    • Sync
    • Text
    • Threading
  • Integrations
    • Django
    • FastAPI
    • Celery
  • Changelog
    • 5.x.x
    • 6.x.x
Powered by GitBook
On this page
  • constant BASE_URL: https://raw.communitydragon.org/
  • function abs_url -> str
  • function merge_set_data -> None
  • function sanitize_champion_description -> str
  • function sanitize_item_description -> str
  1. Utils
  2. Tft

Cdragon

Module: pyot.utils.tft.cdragon

constant BASE_URL: https://raw.communitydragon.org/

function abs_url -> str

  • link: str

  • version: str = latest

Return the CDragon url for the given tft asset url

function merge_set_data -> None

  • data: Dict

  • set: int

  • collection_key: str

function sanitize_champion_description -> str

  • string: str

  • list_of_obj: list

Sanitize CDragon tft champion descriptions

function sanitize_item_description -> str

  • string: str

  • obj: dict

Sanitize CDragon tft item descriptions

PreviousTftNextRouting

Last updated 2 years ago