MCPcopy Index your code
hub / github.com/python/mypy / trace

Method trace

mypy/build.py:1356–1359  ·  view source on GitHub ↗
(self, *message: str)

Source from the content-addressed store, hash-verified

1354 self.stderr.flush()
1355
1356 def trace(self, *message: str) -> None:
1357 if self.verbosity() >= 2:
1358 print("TRACE:", *message, file=self.stderr)
1359 self.stderr.flush()
1360
1361 def add_stats(self, **kwds: Any) -> None:
1362 for key, value in kwds.items():

Callers 8

build_innerFunction · 0.95
__init__Method · 0.95
_load_json_fileFunction · 0.80
find_cache_metaFunction · 0.80
write_cacheFunction · 0.80
log_configurationFunction · 0.80
find_stale_sccsFunction · 0.80
process_graphFunction · 0.80

Calls 3

verbosityMethod · 0.95
printFunction · 0.85
flushMethod · 0.45

Tested by

no test coverage detected