MCPcopy Index your code
hub / github.com/python/cpython / log_debug

Function log_debug

PC/layout/support/logging.py:63–64  ·  view source on GitHub ↗
(msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

61
62@public
63def log_debug(msg, *args, **kwargs):
64 return LOG.debug(BraceMessage(msg, *args, **kwargs))
65
66
67@public

Callers 2

copy_filesFunction · 0.85
calculate_from_build_dirFunction · 0.85

Calls 2

BraceMessageClass · 0.85
debugMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…