Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ reset_without_pause
Method
reset_without_pause
pymongo/asynchronous/pool.py:916–917 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
914
)
915
916
async
def
reset_without_pause(self) -> None:
917
await self._reset(close=False, pause=False)
918
919
async
def
close(self) -> None:
920
await self._reset(close=True)
Callers
2
_get_conn
Method · 0.95
checkin
Method · 0.95
Calls
1
_reset
Method · 0.95
Tested by
no test coverage detected