(self)
| 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: |
no outgoing calls
no test coverage detected