🔷
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
  • class NullSafe
  • class NullSafeProxy
  • alias _ ~ nullsafe
  • function nullsafe -> Union[~T, pyot.utils.nullsafe.NullSafe, pyot.utils.nullsafe.NullSafeProxy[~T]]
  • constant undefined: undefined
  1. Utils

Nullsafe

PreviousLoggingNextSafejson

Last updated 1 year ago

Module: pyot.utils.nullsafe

class NullSafe

Documentation at:

Definitions:

  • __bool__ -> None

  • __call__ -> NullSafe

    • args: Any

    • kwds: Any

  • __eq__ -> bool

    • o: object

  • __getattr__ -> NullSafe

    • k: str

  • __getitem__ -> NullSafe

    • k: str

  • __iter__ -> None

  • __repr__ -> str

  • __setattr__ -> None

    • name: str

    • value: Any

  • __str__ -> str

class NullSafeProxy

Extends:

  • Generic

Definitions:

  • __getattr__ -> Union[Any, pyot.utils.nullsafe.NullSafe]

    • name: str

  • __getitem__ -> Union[Any, pyot.utils.nullsafe.NullSafe]

    • k: str

  • __init__ -> None

    • o: ~T

  • __repr__ -> str

  • __setattr__ -> None

    • name: str

    • value: Any

  • __str__ -> str

alias _ ~ nullsafe

function nullsafe -> Union[~T, pyot.utils.nullsafe.NullSafe, pyot.utils.nullsafe.NullSafeProxy[~T]]

  • o: ~T

constant undefined: undefined

https://github.com/iann838/nullsafe-python