(self)
| 357 | self.error_handlers.append(handler) |
| 358 | |
| 359 | def pop_error_handler(self) -> BasicBlock | None: |
| 360 | return self.error_handlers.pop() |
| 361 | |
| 362 | def self(self) -> Register: |
| 363 | """Return reference to the 'self' argument. |
no test coverage detected