Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
687
async
def
async_sendall(conn: PyMongoProtocol, buf: bytes) -> None:
Callers
5
handle_client
Method · 0.80
test_heartbeat_start_ordering
Method · 0.80
handle_client
Method · 0.80
test_heartbeat_start_ordering
Method · 0.80
close
Method · 0.80
Calls
no outgoing calls
Tested by
4
handle_client
Method · 0.64
test_heartbeat_start_ordering
Method · 0.64
handle_client
Method · 0.64
test_heartbeat_start_ordering
Method · 0.64