MCPcopy
hub / github.com/pydantic/pydantic / M2

Class M2

tests/test_validate_call.py:1319–1320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1317
1318 def foo():
1319 class M2(BaseModel):
1320 z: int
1321
1322 M = M2 # noqa: F841
1323

Callers 1

fooFunction · 0.70

Calls

no outgoing calls

Tested by 1

fooFunction · 0.56