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

Method reset_without_pause

pymongo/synchronous/pool.py:912–913  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

910 self._reset(close=False, service_id=service_id, interrupt_connections=interrupt_connections)
911
912 def reset_without_pause(self) -> None:
913 self._reset(close=False, pause=False)
914
915 def close(self) -> None:
916 self._reset(close=True)

Callers 2

_get_connMethod · 0.95
checkinMethod · 0.95

Calls 1

_resetMethod · 0.95

Tested by

no test coverage detected