MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / op

Method op

test/mockupdb/test_cursor_namespace.py:75–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73
74 def test_aggregate_cursor(self):
75 def op():
76 return list(self.client.test.collection.aggregate([]))
77
78 self._test_cursor_namespace(op, "aggregate")
79

Callers

nothing calls this directly

Calls 3

aggregateMethod · 0.45
findMethod · 0.45
list_indexesMethod · 0.45

Tested by

no test coverage detected