(self, d: dict[Expression, Type])
| 7826 | raise KeyError(node) |
| 7827 | |
| 7828 | def store_types(self, d: dict[Expression, Type]) -> None: |
| 7829 | self._type_maps[-1].update(d) |
| 7830 | |
| 7831 | def in_checked_function(self) -> bool: |
| 7832 | """Should we type-check the current function? |
no test coverage detected