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

Method warn

tools/python-3.11.9-amd64/Lib/distutils/log.py:48–49  ·  view source on GitHub ↗
(self, msg, *args)

Source from the content-addressed store, hash-verified

46 self._log(INFO, msg, args)
47
48 def warn(self, msg, *args):
49 self._log(WARN, msg, args)
50
51 def error(self, msg, *args):
52 self._log(ERROR, msg, args)

Callers 15

__init__Method · 0.45
visit_ConstantMethod · 0.45
fallback_getpassFunction · 0.45
__getattr__Function · 0.45
formatFunction · 0.45
resetlocaleFunction · 0.45
getpreferredencodingFunction · 0.45
_as_intFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
_nameMethod · 0.45

Calls 1

_logMethod · 0.95

Tested by 7

raise_wrong_messageMethod · 0.36
_runtime_warnMethod · 0.36
warnfunFunction · 0.36
test_deprecationMethod · 0.36
test_importMethod · 0.36
test_warningMethod · 0.36