MCPcopy Create free account
hub / github.com/microsoft/debugpy / report

Function report

src/debugpy/common/log.py:288–289  ·  view source on GitHub ↗
(s, *args, **kwargs)

Source from the content-addressed store, hash-verified

286 result = [header, "\n\n"]
287
288 def report(s, *args, **kwargs):
289 result.append(s.format(*args, **kwargs))
290
291 def report_paths(get_paths, label=None):
292 prefix = f" {label or get_paths}: "

Callers 3

report_pathsFunction · 0.70

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…