djblets.util.symbols¶
Common symbols useful for function signatures.
New in version 3.3.
- class UnsetSymbol¶
Bases:
object
A symbol indicating an unset value.
This can be useful in functions that take default values to distinguish between a value not provided and a false/
None
value.New in version 3.3.
- UNSET = <djblets.util.symbols.UnsetSymbol object>¶
An instance of a symbol indicating an unset value.
New in version 3.3.