(self, parent: etree.Element, block: str)
| 253 | self.footnotes = footnotes |
| 254 | |
| 255 | def test(self, parent: etree.Element, block: str) -> bool: |
| 256 | return True |
| 257 | |
| 258 | def run(self, parent: etree.Element, blocks: list[str]) -> bool: |
| 259 | """ Find, set, and remove footnote definitions. """ |
nothing calls this directly
no outgoing calls
no test coverage detected