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

Method __init__

scripts/griffe_extensions.py:47–49  ·  view source on GitHub ↗
(self, paths: list[str] | None = None)

Source from the content-addressed store, hash-verified

45 """ Griffe extension to insert a table of processor priority in specified functions. """
46
47 def __init__(self, paths: list[str] | None = None) -> None:
48 super().__init__()
49 self.paths = paths
50
51 def linked_obj(self, value: str, path: str) -> str:
52 """ Wrap object name in reference link. """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected