(values: RootValidatorValues, _: core_schema.ValidationInfo)
| 145 | if pre is True: |
| 146 | # mode='before' for pydantic-core |
| 147 | def _wrapper1(values: RootValidatorValues, _: core_schema.ValidationInfo) -> RootValidatorValues: |
| 148 | return validator(values) |
| 149 | |
| 150 | return _wrapper1 |
| 151 |
nothing calls this directly
no test coverage detected