Nullsafe
Module:
pyot.utils.nullsafe
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
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
o
:~T
Last modified 1yr ago