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

Function makeExtension

markdown/extensions/meta.py:85–86  ·  view source on GitHub ↗
(configs={})

Source from the content-addressed store, hash-verified

83
84
85def makeExtension(configs={}):
86 return MetaExtension(configs=configs)
87
88if __name__ == "__main__":
89 import doctest

Callers

nothing calls this directly

Calls 1

MetaExtensionClass · 0.85

Tested by

no test coverage detected