MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / test

Method test

markdown/extensions/footnotes.py:255–256  ·  view source on GitHub ↗
(self, parent: etree.Element, block: str)

Source from the content-addressed store, hash-verified

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. """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected