Once the property has been validated, one may want to do some additional custom validation or trigger another action, so we could support a callback= argument that gets called with the class instance, the property name, and the property value after validation.
Once the property has been validated, one may want to do some additional custom validation or trigger another action, so we could support a
callback=argument that gets called with the class instance, the property name, and the property value after validation.