MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / stop

Method stop

test/test_client.py:1785–1786  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1783 self.pool = pool
1784
1785 def stop(self):
1786 self.running = False
1787
1788 def _run(self):
1789 while self.running:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected