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

Class AtomicString

markdown/util.py:189–191  ·  view source on GitHub ↗

A string which should not be further processed.

Source from the content-addressed store, hash-verified

187
188
189class AtomicString(str):
190 """A string which should not be further processed."""
191 pass
192
193
194class Processor:

Callers 2

create_elementMethod · 0.85
handleMatchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected