Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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."
""
Callers
15
test_report_structure
Method · 0.45
test_multiple_values_percentiles
Method · 0.45
test_reset_after_report
Method · 0.45
test_multiple_services
Method · 0.45
test_multiple_operations_per_service
Method · 0.45
test_recorder_reuse
Method · 0.45
test_thread_safety
Method · 0.45
test_large_value_ranges
Method · 0.45
test_empty_histogram
Method · 0.45
test_emit_interval_config
Method · 0.45
test_concurrent_recording_and_reporting
Method · 0.45
test_percentile_accuracy
Method · 0.45
Calls
no outgoing calls
Tested by
12
test_report_structure
Method · 0.36
test_multiple_values_percentiles
Method · 0.36
test_reset_after_report
Method · 0.36
test_multiple_services
Method · 0.36
test_multiple_operations_per_service
Method · 0.36
test_recorder_reuse
Method · 0.36
test_thread_safety
Method · 0.36
test_large_value_ranges
Method · 0.36
test_empty_histogram
Method · 0.36
test_emit_interval_config
Method · 0.36
test_concurrent_recording_and_reporting
Method · 0.36
test_percentile_accuracy
Method · 0.36