Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
def
debug_once(msg, *args):
273
if
DebugInfoHolder.DEBUG_TRACE_LEVEL >= 3:
274
error_once(msg, *args)
275
276
277
def
show_compile_cython_command_line():
Callers
nothing calls this directly
Calls
1
error_once
Function · 0.85
Tested by
no test coverage detected