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

Function critical

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

Source from the content-addressed store, hash-verified

228
229
230def critical(msg, *args):
231 _pydevd_log(0, msg, *args)
232
233
234def exception(msg="", *args):

Callers 1

error_onceFunction · 0.85

Calls 1

_pydevd_logFunction · 0.85

Tested by

no test coverage detected