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