Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ is_closing
Method
is_closing
pymongo/network_layer.py:454–455 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
452
self.conn.close()
453
454
def
is_closing(self) -> bool:
455
return
self.conn.is_closing()
456
457
@property
458
def
get_conn(self) -> Union[socket.socket, _sslConn]:
Callers
5
is_closing
Method · 0.45
write
Method · 0.45
read
Method · 0.45
conn_closed
Method · 0.45
conn_closed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected