AfterValidator
A metadata class that indicates that a validation should be applied after the inner validation logic.
Attributes
| Attribute | Type | Description |
|---|---|---|
| func | `core_schema.NoInfoValidatorFunction | core_schema.WithInfoValidatorFunction` |
Constructor
Signature
def AfterValidator(
func: core_schema.NoInfoValidatorFunction | core_schema.WithInfoValidatorFunction
) - > None
Parameters
| Name | Type | Description |
|---|---|---|
| func | `core_schema.NoInfoValidatorFunction | core_schema.WithInfoValidatorFunction` |