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

Class _PriorityItem

markdown/util.py:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266# Provides an easier to read API when editing the code later.
267# For example, `item.name` is more clear than `item[0]`.
268class _PriorityItem(NamedTuple):
269 name: str
270 priority: float
271
272
273class Registry(Generic[_T]):

Callers 1

registerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected