(self, section: _S, group: _stencils.StencilGroup)
| 123 | return group |
| 124 | |
| 125 | def _handle_section(self, section: _S, group: _stencils.StencilGroup) -> None: |
| 126 | raise NotImplementedError(type(self)) |
| 127 | |
| 128 | def _handle_relocation( |
| 129 | self, base: int, relocation: _R, raw: bytearray |