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

Method __init__

markdown/util.py:204–205  ·  view source on GitHub ↗
(self, md: Markdown | None = None)

Source from the content-addressed store, hash-verified

202
203 """
204 def __init__(self, md: Markdown | None = None):
205 self.md = md
206
207
208if TYPE_CHECKING: # pragma: no cover

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected