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

Method log

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

conv_tablesFunction · 0.45
_resolve_ignoredFunction · 0.45
cmd_capiFunction · 0.45
cmd_builtin_typesFunction · 0.45
log_matchFunction · 0.45

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected