Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_check
Function · 0.95
handle_failure
Function · 0.45
cmd_analyze
Function · 0.45
convert_error
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected