sinch.core.sentinel module

Sentinel for distinguishing omitted parameters from None.

class sinch.core.sentinel.Unset[source]

Bases: object

Sentinel type: the parameter was not provided by the caller.

Return type:

Unset

sinch.core.sentinel.UnsetOr

Alias for annotating an omittable parameter: UnsetOr[str].

alias of _T | Unset