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

Method log

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

Source from the content-addressed store, hash-verified

37 stream.flush()
38
39 def log(self, level, msg, *args):
40 self._log(level, msg, args)
41
42 def debug(self, msg, *args):
43 self._log(DEBUG, msg, args)

Callers 7

announceMethod · 0.45
_ensure_listFunction · 0.45
announceMethod · 0.45
sub_debugFunction · 0.45
debugFunction · 0.45
infoFunction · 0.45
sub_warningFunction · 0.45

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected