dicfg.addons.typing.IntTypeValidator# class IntTypeValidator[source]# Bases: TypeValidator Validator for integer type. __init__()# Methods __init__() get_addon(name) validate(value) Validate the value Attributes NAME EXPECTED_TYPE# alias of int classmethod validate(value)# Validate the value