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

Function debug_once

_pydev_bundle/pydev_log.py:272–274  ·  view source on GitHub ↗
(msg, *args)

Source from the content-addressed store, hash-verified

270
271
272def debug_once(msg, *args):
273 if DebugInfoHolder.DEBUG_TRACE_LEVEL >= 3:
274 error_once(msg, *args)
275
276
277def show_compile_cython_command_line():

Callers

nothing calls this directly

Calls 1

error_onceFunction · 0.85

Tested by

no test coverage detected