(self)
| 264 | self._put(key, typ, from_assignment) |
| 265 | |
| 266 | def unreachable(self) -> None: |
| 267 | self.version += 1 |
| 268 | self.frames[-1].unreachable = True |
| 269 | |
| 270 | def suppress_unreachable_warnings(self) -> None: |
| 271 | self.frames[-1].suppress_unreachable_warnings = True |
no outgoing calls
no test coverage detected