MCPcopy 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_closingMethod · 0.45
writeMethod · 0.45
readMethod · 0.45
conn_closedMethod · 0.45
conn_closedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected