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

Method __init__

markdown/extensions/__init__.py:56–58  ·  view source on GitHub ↗

Initiate Extension and set up configs.

(self, **kwargs)

Source from the content-addressed store, hash-verified

54 """
55
56 def __init__(self, **kwargs):
57 """ Initiate Extension and set up configs. """
58 self.setConfigs(kwargs)
59
60 def getConfig(self, key: str, default: Any = '') -> Any:
61 """

Callers

nothing calls this directly

Calls 1

setConfigsMethod · 0.95

Tested by

no test coverage detected