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

Method recv_into

pymongo/network_layer.py:468–469  ·  view source on GitHub ↗
(self, buffer: bytes | memoryview)

Source from the content-addressed store, hash-verified

466 return self.conn.fileno()
467
468 def recv_into(self, buffer: bytes | memoryview) -> int:
469 return self.conn.recv_into(buffer)
470
471
472class PyMongoProtocol(BufferedProtocol):

Callers 2

receive_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected