Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mongodb/mongo-python-driver
/ next
Method
next
gridfs/synchronous/grid_file.py:1917–1919 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1915
return
self
1916
1917
def
next(self) -> bytes:
1918
chunk = self._chunk_iter.next()
1919
return
bytes(chunk[
"data"
])
1920
1921
__next__ = next
1922
Callers
nothing calls this directly
Calls
1
next
Method · 0.45
Tested by
no test coverage detected