MCPcopy Index your code
hub / github.com/RustPython/RustPython / sub_warning

Function sub_warning

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

Source from the content-addressed store, hash-verified

59 _logger.log(WARNING, msg, *args, stacklevel=2)
60
61def sub_warning(msg, *args):
62 if _logger:
63 _logger.log(SUBWARNING, msg, *args, stacklevel=2)
64
65def get_logger():
66 '''

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected