MCPcopy
hub / github.com/fastapi/fastapi / ModelWithAlias

Class ModelWithAlias

tests/test_jsonable_encoder.py:65–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64
65class ModelWithAlias(BaseModel):
66 foo: str = Field(alias="Foo")
67
68
69class ModelWithDefault(BaseModel):

Calls

no outgoing calls

Tested by 2

Used in the wild real call sites across dependent graphs

searching dependent graphs…