(self, parent: etree.Element, block: str)
| 147 | super().__init__(parser) |
| 148 | |
| 149 | def test(self, parent: etree.Element, block: str) -> bool: |
| 150 | return True |
| 151 | |
| 152 | def run(self, parent: etree.Element, blocks: list[str]) -> bool: |
| 153 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected