(input_value, info)
| 7 | |
| 8 | def test_after(py_and_json: PyAndJson): |
| 9 | def f(input_value, info): |
| 10 | return input_value + f'| context: {info.context}' |
| 11 | |
| 12 | v = py_and_json(core_schema.with_info_after_validator_function(f, core_schema.str_schema())) |
| 13 |
nothing calls this directly
no test coverage detected