MCPcopy Index your code
hub / github.com/python/cpython / debug

Function debug

Lib/multiprocessing/util.py:49–51  ·  view source on GitHub ↗
(msg, *args)

Source from the content-addressed store, hash-verified

47 _logger.log(SUBDEBUG, msg, *args, stacklevel=2)
48
49def debug(msg, *args):
50 if _logger:
51 _logger.log(DEBUG, msg, *args, stacklevel=2)
52
53def info(msg, *args):
54 if _logger:

Callers 8

_after_forkMethod · 0.70
join_threadMethod · 0.70
cancel_join_threadMethod · 0.70
_start_threadMethod · 0.70
_finalize_joinMethod · 0.70
_finalize_closeMethod · 0.70
_feedMethod · 0.70
_exit_functionFunction · 0.70

Calls 1

logMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…