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

Function is_verbose

mypy/server/update.py:1196–1197  ·  view source on GitHub ↗
(manager: BuildManager)

Source from the content-addressed store, hash-verified

1194
1195
1196def is_verbose(manager: BuildManager) -> bool:
1197 return manager.options.verbosity >= 1 or DEBUG_FINE_GRAINED
1198
1199
1200def target_from_node(module: str, node: FuncDef | MypyFile | OverloadedFuncDef) -> str | None:

Callers 4

updateMethod · 0.85
update_moduleMethod · 0.85
ensure_trees_loadedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…