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

Method use_fine_grained_cache

mypy/build.py:1154–1155  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1152 del self.ast_cache[state.id]
1153
1154 def use_fine_grained_cache(self) -> bool:
1155 return self.cache_enabled and self.options.use_fine_grained_cache
1156
1157 def maybe_swap_for_shadow_path(self, path: str) -> str:
1158 if not self.shadow_map:

Callers 4

validate_metaFunction · 0.80
new_stateMethod · 0.80
dispatchFunction · 0.80
load_graphFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected