Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ verbosity
Method
verbosity
mypy/build.py:1334–1335 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1332
self.metastore.commit_path(meta_file)
1333
1334
def
verbosity(self) -> int:
1335
return
self.options.verbosity
1336
1337
def
log(self, *message: str) -> None:
1338
if
self.verbosity() >= 1:
Callers
6
build_inner
Function · 0.95
__init__
Method · 0.95
log
Method · 0.95
log_fine_grained
Method · 0.95
trace
Method · 0.95
_load_json_file
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected