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