MCPcopy 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
53def info(msg, *args):
54 if _logger:
55 _logger.log(INFO, msg, *args, stacklevel=2)
56
57def warn(msg, *args):
58 if _logger:

Callers 4

_feedMethod · 0.70
get_temp_dirFunction · 0.70
_run_after_forkersFunction · 0.70
_exit_functionFunction · 0.70

Calls 1

logMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…