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

Method warn

Tools/c-analyzer/distutils/log.py:48–49  ·  view source on GitHub ↗
(self, msg, *args)

Source from the content-addressed store, hash-verified

46 self._log(INFO, msg, args)
47
48 def warn(self, msg, *args):
49 self._log(WARN, msg, args)
50
51 def error(self, msg, *args):
52 self._log(ERROR, msg, args)

Callers 3

handle_failureFunction · 0.45
get_msvc_pathsMethod · 0.45
__init__Method · 0.45

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected