(input_value, _info)
| 25 | |
| 26 | def test_function_before(): |
| 27 | def f(input_value, _info): |
| 28 | return input_value + ' Changed' |
| 29 | |
| 30 | v = SchemaValidator(core_schema.with_info_before_validator_function(f, core_schema.str_schema())) |
| 31 |
nothing calls this directly
no test coverage detected