MCPcopy Index your code
hub / github.com/python/cpython / error

Method error

Tools/c-analyzer/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 14

mainFunction · 0.45
errorFunction · 0.45
_download_srcMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
_resolve_ignoredFunction · 0.45
process_levelsFunction · 0.45
process_kindsFunction · 0.45
process_formatFunction · 0.45
process_argsFunction · 0.45
add_sepval_cliFunction · 0.45
_add_cmd_cliFunction · 0.45

Calls 1

_logMethod · 0.95

Tested by 2

_download_srcMethod · 0.36
mainFunction · 0.36