MCPcopy Create free account
hub / github.com/couchbase/couchbase-python-client / stop

Method stop

couchbase/tests/logging_meter_t.py:32–34  ·  view source on GitHub ↗

Mark reporter as stopped.

(self)

Source from the content-addressed store, hash-verified

30 self.stopped = False
31
32 def stop(self):
33 """Mark reporter as stopped."""
34 self.stopped = True
35
36 def start(self):
37 """No-op for testing."""

Calls

no outgoing calls