MCPcopy
hub / github.com/pydantic/pydantic / bar

Function bar

tests/test_validate_call.py:1325–1326  ·  view source on GitHub ↗
(m: 'M')

Source from the content-addressed store, hash-verified

1323
1324 @validate_call(validate_return=True)
1325 def bar(m: 'M') -> 'M':
1326 return m
1327
1328 assert bar({'z': 1}) == M2(z=1)
1329

Callers 1

fooFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected