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

Method announce

tools/python-3.11.9-amd64/Lib/distutils/cmd.py:178–182  ·  view source on GitHub ↗

If the current verbosity level is of greater than or equal to 'level' print 'msg' to stdout.

(self, msg, level=1)

Source from the content-addressed store, hash-verified

176 % self.__class__)
177
178 def announce(self, msg, level=1):
179 """If the current verbosity level is of greater than or equal to
180 'level' print 'msg' to stdout.
181 """
182 log.log(level, msg)
183
184 def debug_print(self, msg):
185 """Print 'msg' to stdout if the global DEBUG (taken from the

Callers 5

dump_optionsMethod · 0.95
_read_pypircMethod · 0.45
send_metadataMethod · 0.45
post_to_serverMethod · 0.45
upload_fileMethod · 0.45

Calls 1

logMethod · 0.45

Tested by

no test coverage detected