module documentation

Sentinel to distinguish unset values from None values.

Class Unset Sentinel to distinguish unset values from None values.
Function is_set Return True if given value is set.
Constant UNSET Singleton instance to signal unset values.
Type Variable _T Undocumented
def is_set(value: _T | Unset) -> TypeGuard[_T]:

Return True if given value is set.

UNSET =

Singleton instance to signal unset values.

Value
Unset()
_T =

Undocumented

Value
TypeVar('_T')