MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / stopped

Method stopped

tests/unit/test_concurrent.py:105–106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 self._stopper.set()
104
105 def stopped(self):
106 return self._stopper.isSet()
107
108 def run(self):
109 while(not self.stopped()):

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected