(self, parent: etree.Element, block: str)
| 354 | (self.tab_length, self.tab_length * 2 - 1)) |
| 355 | |
| 356 | def test(self, parent: etree.Element, block: str) -> bool: |
| 357 | return bool(self.RE.match(block)) |
| 358 | |
| 359 | def run(self, parent: etree.Element, blocks: list[str]) -> None: |
| 360 | # Check for multiple items in one block. |
nothing calls this directly
no outgoing calls
no test coverage detected