Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ info
Function
info
tools/python-3.11.9-amd64/Lib/multiprocessing/util.py:52–54 ·
view source on GitHub ↗
(msg, *args)
Source
from the content-addressed store, hash-verified
50
_logger.log(DEBUG, msg, *args, stacklevel=2)
51
52
def
info(msg, *args):
53
if
_logger:
54
_logger.log(INFO, msg, *args, stacklevel=2)
55
56
def
sub_warning(msg, *args):
57
if
_logger:
Callers
4
_feed
Method · 0.70
get_temp_dir
Function · 0.70
_run_after_forkers
Function · 0.70
_exit_function
Function · 0.70
Calls
1
log
Method · 0.45
Tested by
no test coverage detected