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

Method test

markdown/extensions/abbr.py:149–150  ·  view source on GitHub ↗
(self, parent: etree.Element, block: str)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected