MCPcopy Create free account
hub / github.com/PacktPublishing/Full-Stack-FastAPI-React-and-MongoDB / CarUpdate

Class CarUpdate

chapter5/backend/models.py:36–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 cm3: int = Field(...)
35
36class CarUpdate(MongoBaseModel):
37 price: Optional[int] = None
38
39class CarDB(CarBase):
40 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected