Types¶
- class aiodocker.types.Sentinel(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶
A special single-value enum constant to represent “unspecified” value in the contexts where
Nonehas another meaning.For example,
Nonein timeouts means infinity. If you want to represent an unspecified/default value for timeouts, use theSENTINELorSentinel.TOKEN.- TOKEN = 1¶