Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ debug_print
Function
debug_print
qa/workunits/dencoder/test_readable.py:306–308 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
304
yield
future.result()
305
306
def
debug_print(msg):
307
if
debug:
308
print(
"DEBUG: {}"
.format(msg))
309
310
311
def
main():
Callers
5
process_type
Function · 0.85
test_object_wrapper
Function · 0.85
should_skip_object
Function · 0.85
check_backward_compat
Function · 0.85
main
Function · 0.85
Calls
2
print
Function · 0.85
format
Method · 0.45
Tested by
no test coverage detected