Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
def
sub_debug(msg, *args):
45
if
_logger:
46
_logger.log(SUBDEBUG, msg, *args, stacklevel=2)
47
48
def
debug(msg, *args):
49
if
_logger:
Callers
2
__call__
Method · 0.85
_run_finalizers
Function · 0.85
Calls
1
log
Method · 0.45
Tested by
no test coverage detected