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

Class CarUpdate

chapter8/backend/models.py:83–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82
83class CarUpdate(MongoBaseModel):
84 price: Optional[int] = None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected