BaseSchema.on_bind_field

BaseSchema.on_bind_field(field_name, field_obj)

Hook to modify a field when it is bound to the Schema.

No-op by default.

Return type

None