MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / next

Method next

gridfs/asynchronous/grid_file.py:1931–1933  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1929 return self
1930
1931 async def next(self) -> bytes:
1932 chunk = await self._chunk_iter.next()
1933 return bytes(chunk["data"])
1934
1935 __anext__ = next
1936

Callers

nothing calls this directly

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected