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

Function newline

src/debugpy/common/log.py:120–122  ·  view source on GitHub ↗
(level="info")

Source from the content-addressed store, hash-verified

118# Used to inject a newline into stderr if logging there, to clean up the output
119# when it's intermixed with regular prints from other sources.
120def newline(level="info"):
121 with _lock:
122 stderr.write(level, "\n")
123
124
125def write(level, text, _to_files=all):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…