Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_call
Method · 0.45
_async_socket_sendall_ssl
Function · 0.45
_async_socket_receive_ssl
Function · 0.45
wait_for_read
Function · 0.45
_async_create_connection
Function · 0.45
_create_connection
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected