Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
aggregate
Method · 0.45
find
Method · 0.45
list_indexes
Method · 0.45
Tested by
no test coverage detected