MCPcopy Index your code
hub / github.com/python/cpython / warn

Function warn

Lib/multiprocessing/util.py:57–59  ·  view source on GitHub ↗
(msg, *args)

Source from the content-addressed store, hash-verified

55 _logger.log(INFO, msg, *args, stacklevel=2)
56
57def warn(msg, *args):
58 if _logger:
59 _logger.log(WARNING, msg, *args, stacklevel=2)
60
61def sub_warning(msg, *args):
62 if _logger:

Callers 1

_get_base_temp_dirFunction · 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…