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

Class CarUpdate

chapter7/backend/models.py:82–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected