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

Method error

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

Source from the content-addressed store, hash-verified

49 self._log(WARN, msg, args)
50
51 def error(self, msg, *args):
52 self._log(ERROR, msg, args)
53
54 def fatal(self, msg, *args):
55 self._log(FATAL, msg, args)

Callers 6

create_unix_serverMethod · 0.45
_get_vc_envFunction · 0.45
log_errorMethod · 0.45

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected