Nullsafe
Last updated
Module: pyot.utils.nullsafe
NullSafeDocumentation at: https://github.com/iann838/nullsafe-python
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
NullSafeProxyExtends:
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
_ ~ nullsafenullsafe -> Union[~T, pyot.utils.nullsafe.NullSafe, pyot.utils.nullsafe.NullSafeProxy[~T]]o: ~T
undefined: undefinedLast updated