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

Method test_dict_hints_create_index

test/test_client.py:2137–2138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2135 self.db.t.find(sort={"x": 1})
2136
2137 def test_dict_hints_create_index(self):
2138 self.db.t.create_index({"x": pymongo.ASCENDING})
2139
2140 def test_legacy_java_uuid_roundtrip(self):
2141 data = BinaryData.java_data

Callers

nothing calls this directly

Calls 1

create_indexMethod · 0.45

Tested by

no test coverage detected