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

Method reset_without_pause

test/asynchronous/utils.py:266–267  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

264 await self._reset()
265
266 async def reset_without_pause(self):
267 await self._reset()
268
269 async def close(self):
270 await self._reset()

Calls 1

_resetMethod · 0.95