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

Class Printer

Tools/c-analyzer/c_common/logging.py:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56class Printer:
57 def __init__(self, verbosity=VERBOSITY):
58 self.verbosity = verbosity
59
60 def info(self, *args, **kwargs):
61 if self.verbosity < 3:
62 return
63 print(*args, **kwargs)

Callers 1

cmd_checkFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…