Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ info
Function
info
Lib/multiprocessing/util.py:53–55 ·
view source on GitHub ↗
(msg, *args)
Source
from the content-addressed store, hash-verified
51
_logger.log(DEBUG, msg, *args, stacklevel=2)
52
53
def
info(msg, *args):
54
if
_logger:
55
_logger.log(INFO, msg, *args, stacklevel=2)
56
57
def
warn(msg, *args):
58
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…