MCPcopy
hub / github.com/Python-Markdown/markdown / getConfigs

Method getConfigs

markdown/extensions/__init__.py:76–83  ·  view source on GitHub ↗

Return all configuration options. Returns: All configuration options.

(self)

Source from the content-addressed store, hash-verified

74 return default
75
76 def getConfigs(self) -> dict[str, Any]:
77 """
78 Return all configuration options.
79
80 Returns:
81 All configuration options.
82 """
83 return {key: self.getConfig(key) for key in self.config.keys()}
84
85 def getConfigInfo(self) -> list[tuple[str, str]]:
86 """

Callers 10

extendMarkdownMethod · 0.80
runMethod · 0.80
extendMarkdownMethod · 0.80
extendMarkdownMethod · 0.80
extendMarkdownMethod · 0.80
extendMarkdownMethod · 0.80
extendMarkdownMethod · 0.80
testGetConfigsMethod · 0.80
testSetConfigMethod · 0.80

Calls 1

getConfigMethod · 0.95

Tested by 3

testGetConfigsMethod · 0.64
testSetConfigMethod · 0.64