dicfg.addons.typing.CollectionTypeValidator#

class CollectionTypeValidator[source]#

Bases: TypeValidator

Validator for collection type (list, tuple, set, or dict).

__init__()#

Methods

__init__()

get_addon(name)

validate(value)

Validate the value

Attributes

EXPECTED_TYPE

NAME

classmethod validate(value)#

Validate the value