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

Method fileno

pymongo/network_layer.py:465–466  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

463 return self.conn
464
465 def fileno(self) -> int:
466 return self.conn.fileno()
467
468 def recv_into(self, buffer: bytes | memoryview) -> int:
469 return self.conn.recv_into(buffer)

Callers 6

_callMethod · 0.45
wait_for_readFunction · 0.45
_async_create_connectionFunction · 0.45
_create_connectionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected