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

Method warn

tools/python-3.11.9-amd64/Lib/distutils/command/check.py:58–61  ·  view source on GitHub ↗

Counts the number of warnings that occurs.

(self, msg)

Source from the content-addressed store, hash-verified

56 pass
57
58 def warn(self, msg):
59 """Counts the number of warnings that occurs."""
60 self._warnings += 1
61 return Command.warn(self, msg)
62
63 def run(self):
64 """Runs the command."""

Callers 15

check_metadataMethod · 0.95
installMethod · 0.45
byte_compileMethod · 0.45
check_packageMethod · 0.45
check_moduleMethod · 0.45
byte_compileMethod · 0.45
check_extensions_listMethod · 0.45
_filter_build_errorsMethod · 0.45
swig_sourcesMethod · 0.45
copy_scriptsMethod · 0.45
finalize_optionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected