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

Function log_info

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

Source from the content-addressed store, hash-verified

66
67@public
68def log_info(msg, *args, **kwargs):
69 return LOG.info(BraceMessage(msg, *args, **kwargs))
70
71
72@public

Callers 4

generate_source_filesFunction · 0.85
copy_filesFunction · 0.85
mainFunction · 0.85
calculate_from_build_dirFunction · 0.85

Calls 2

BraceMessageClass · 0.85
infoMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…