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

Class EmStrongItem

markdown/inlinepatterns.py:186–190  ·  view source on GitHub ↗

Emphasis/strong pattern item.

Source from the content-addressed store, hash-verified

184
185
186class EmStrongItem(NamedTuple):
187 """Emphasis/strong pattern item."""
188 pattern: re.Pattern[str]
189 builder: str
190 tags: str
191
192
193# The pattern classes

Callers 3

AsteriskProcessorClass · 0.85
UnderscoreProcessorClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected