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

Method reset_without_pause

test/utils.py:264–265  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

262 self._reset()
263
264 def reset_without_pause(self):
265 self._reset()
266
267 def close(self):
268 self._reset()

Calls 1

_resetMethod · 0.95