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

Method info

Tools/c-analyzer/c_common/logging.py:60–63  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

58 self.verbosity = verbosity
59
60 def info(self, *args, **kwargs):
61 if self.verbosity < 3:
62 return
63 print(*args, **kwargs)

Callers 4

cmd_checkFunction · 0.95
handle_failureFunction · 0.45
cmd_analyzeFunction · 0.45
convert_errorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected