module documentation
Validatable module.
| Class | |
Validatable class. |
| Function | require |
Decorator that requires a validatable object to be valid before calling a function. |
| Function | validator |
Decorator that invalidates a validatable object and then validates it based on the result of calling a function. |
Decorator that requires a validatable object to be valid before calling a function.
| Parameters | |
func:Callable | Method of a validatable instance |
| Returns | |
Callable | Function |