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

Function sub_debug

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

Source from the content-addressed store, hash-verified

42_log_to_stderr = False
43
44def sub_debug(msg, *args):
45 if _logger:
46 _logger.log(SUBDEBUG, msg, *args, stacklevel=2)
47
48def debug(msg, *args):
49 if _logger:

Callers 2

__call__Method · 0.85
_run_finalizersFunction · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected