MCPcopy 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_innerFunction · 0.95
__init__Method · 0.95
logMethod · 0.95
log_fine_grainedMethod · 0.95
traceMethod · 0.95
_load_json_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected