Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ sub_warning
Function
sub_warning
tools/python-3.11.9-amd64/Lib/multiprocessing/util.py:56–58 ·
view source on GitHub ↗
(msg, *args)
Source
from the content-addressed store, hash-verified
54
_logger.log(INFO, msg, *args, stacklevel=2)
55
56
def
sub_warning(msg, *args):
57
if
_logger:
58
_logger.log(SUBWARNING, msg, *args, stacklevel=2)
59
60
def
get_logger():
61
''
&
#x27;
Callers
nothing calls this directly
Calls
1
log
Method · 0.45
Tested by
no test coverage detected