MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / notify_info

Function notify_info

_pydevd_bundle/pydevd_reload.py:132–134  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

130
131
132def notify_info(*args):
133 if DEBUG >= LEVEL1:
134 write_err(*args)
135
136
137def notify_info2(*args):

Callers

nothing calls this directly

Calls 1

write_errFunction · 0.85

Tested by

no test coverage detected