(self, parent: etree.Element, block: str)
| 581 | ) |
| 582 | |
| 583 | def test(self, parent: etree.Element, block: str) -> bool: |
| 584 | return True |
| 585 | |
| 586 | def run(self, parent: etree.Element, blocks: list[str]) -> bool: |
| 587 | block = blocks.pop(0) |
nothing calls this directly
no outgoing calls
no test coverage detected