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

Method type

markdown/inlinepatterns.py:260–262  ·  view source on GitHub ↗

Return class name, to define pattern type

(self)

Source from the content-addressed store, hash-verified

258 pass # pragma: no cover
259
260 def type(self) -> str:
261 """ Return class name, to define pattern type """
262 return self.__class__.__name__
263
264 def unescape(self, text: str) -> str:
265 """ Return unescaped text given text with an inline placeholder. """

Callers 1

__applyPatternMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected