MCPcopy
hub / github.com/pydantic/pydantic / _wrapper1

Function _wrapper1

pydantic/_internal/_decorators_v1.py:147–148  ·  view source on GitHub ↗
(values: RootValidatorValues, _: core_schema.ValidationInfo)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

validatorFunction · 0.50

Tested by

no test coverage detected