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

Method wait_closed

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

Source from the content-addressed store, hash-verified

681 self._closed.set_result(None)
682
683 async def wait_closed(self) -> None:
684 await self._closed
685
686
687async def async_sendall(conn: PyMongoProtocol, buf: bytes) -> None:

Callers 5

handle_clientMethod · 0.80
handle_clientMethod · 0.80
closeMethod · 0.80

Calls

no outgoing calls

Tested by 4

handle_clientMethod · 0.64
handle_clientMethod · 0.64