cloup.typing¶
Attributes¶
Contents¶
-
cloup.typing.MISSING¶ Singleton that works as a sentinel for a missing value. Useful when None can’t be used to play the role because it represents a valid non-null value.
-
cloup.typing.Possibly¶ Possibly[T] is like Optional[T] but uses MISSING for missing values.
-
cloup.typing.F¶ Type variable for a Callable.
-
cloup.typing.Decorator¶ Type alias for a simple function decorator.