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

Method test

markdown/blockprocessors.py:583–584  ·  view source on GitHub ↗
(self, parent: etree.Element, block: str)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected