Type Validation
This is a pure-Python module that contains functionality for automatic type validation on the attributes of a class. It can be imported as follows:
>>> from dtaianomaly import type_validation
Base Objects
Mixin object to automatically validate class-attributes. |
|
Base class for Attribute validation. |
Available Validators
Validator for booleans. |
|
|
Validator for floats. |
|
Validator for integers. |
|
Validator for lists. |
|
Validator for literals. |
Validator for |
|
|
Validator for objects. |
|
Validator for paths. |
|
Validate multiple |
Validator for a window size. |