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

Method is_closing

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

Source from the content-addressed store, hash-verified

427 await self.conn[1].wait_closed()
428
429 def is_closing(self) -> bool:
430 return self.conn[0].is_closing()
431
432 @property
433 def get_conn(self) -> PyMongoProtocol:

Callers

nothing calls this directly

Calls 1

is_closingMethod · 0.45

Tested by

no test coverage detected