MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / Movie

Class Movie

test/test_typing.py:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 from bson.binary import BinaryVector, BinaryVectorDtype
43
44 class Movie(TypedDict):
45 name: str
46 year: int
47
48 class MovieWithId(TypedDict):
49 _id: ObjectId

Calls

no outgoing calls