(
field: str,
/,
*fields: str,
mode: Literal['wrap'],
check_fields: bool | None = ...,
json_schema_input_type: Any = ...,
)
| 376 | |
| 377 | @overload |
| 378 | def field_validator( |
| 379 | field: str, |
| 380 | /, |
| 381 | *fields: str, |
| 382 | mode: Literal['wrap'], |
| 383 | check_fields: bool | None = ..., |
| 384 | json_schema_input_type: Any = ..., |
| 385 | ) -> Callable[[_V2WrapValidatorType], _V2WrapValidatorType]: ... |
| 386 | |
| 387 | |
| 388 | @overload |
no test coverage detected