dicfg.addons.typing#
Classes
Validator for boolean type. |
|
Validator for collection type (list, tuple, set, or dict). |
|
Validator for container type (list, tuple, or set). |
|
Validator for dictionary type. |
|
Validator for float type. |
|
Validator for integer type. |
|
Validator for list type. |
|
Validator for None type. |
|
Validator for number type (int or float). |
|
Validator that checks if a value is a valid object configuration |
|
Validator for sequence type (list or tuple). |
|
Validator for set type. |
|
Validator for string type. |
|
Validator for tuple type. |
|
Base class for type validators. |