MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / debug

Function debug

tools/python-3.11.9-amd64/Lib/multiprocessing/util.py:48–50  ·  view source on GitHub ↗
(msg, *args)

Source from the content-addressed store, hash-verified

46 _logger.log(SUBDEBUG, msg, *args, stacklevel=2)
47
48def debug(msg, *args):
49 if _logger:
50 _logger.log(DEBUG, msg, *args, stacklevel=2)
51
52def info(msg, *args):
53 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