Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ sub_warning
Function
sub_warning
Lib/multiprocessing/util.py:61–63 ·
view source on GitHub ↗
(msg, *args)
Source
from the content-addressed store, hash-verified
59
_logger.log(WARNING, msg, *args, stacklevel=2)
60
61
def
sub_warning(msg, *args):
62
if
_logger:
63
_logger.log(SUBWARNING, msg, *args, stacklevel=2)
64
65
def
get_logger():
66
''
&
#x27;
Callers
nothing calls this directly
Calls
1
log
Method · 0.45
Tested by
no test coverage detected