MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / setConfig

Method setConfig

markdown/__init__.py:487–489  ·  view source on GitHub ↗

Set a config setting for `key` with the given `value`.

(self, key, value)

Source from the content-addressed store, hash-verified

485 return [(key, self.config[key][1]) for key in list(self.config.keys())]
486
487 def setConfig(self, key, value):
488 """ Set a config setting for `key` with the given `value`. """
489 self.config[key][0] = value
490
491 def extendMarkdown(self, md, md_globals):
492 """

Callers 4

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected