Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ __anext__
Method
__anext__
pymongo/asynchronous/cursor.py:1167–1168 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1165
return
False
1166
1167
async
def
__anext__(self) -> _DocumentType:
1168
return
await self.next()
1169
1170
def
__aiter__(self) -> AsyncCursor[_DocumentType]:
1171
return
self
Callers
1
anext
Function · 0.45
Calls
1
next
Method · 0.95
Tested by
no test coverage detected