Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
Callers
6
test_bulk_write
Method · 0.70
test_bulk_write_heterogeneous
Method · 0.70
test_typeddict_document_type_insertion
Method · 0.70
test_bulk_write_document_type_insertion
Method · 0.70
test_bulk_write_document_type_replacement
Method · 0.70
test_typeddict_empty_document_type
Method · 0.70
Calls
no outgoing calls
Tested by
6
test_bulk_write
Method · 0.56
test_bulk_write_heterogeneous
Method · 0.56
test_typeddict_document_type_insertion
Method · 0.56
test_bulk_write_document_type_insertion
Method · 0.56
test_bulk_write_document_type_replacement
Method · 0.56
test_typeddict_empty_document_type
Method · 0.56