MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / sub_warning

Function sub_warning

tools/python-3.11.9-amd64/Lib/multiprocessing/util.py:56–58  ·  view source on GitHub ↗
(msg, *args)

Source from the content-addressed store, hash-verified

54 _logger.log(INFO, msg, *args, stacklevel=2)
55
56def sub_warning(msg, *args):
57 if _logger:
58 _logger.log(SUBWARNING, msg, *args, stacklevel=2)
59
60def get_logger():
61 '''

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected