(validator, dynamicRef, instance, schema)
| 276 | |
| 277 | |
| 278 | def dynamicRef(validator, dynamicRef, instance, schema): |
| 279 | yield from validator._validate_reference(ref=dynamicRef, instance=instance) |
| 280 | |
| 281 | |
| 282 | def type(validator, types, instance, schema): |
nothing calls this directly
no test coverage detected