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

Function makeExtension

markdown/extensions/smarty.py:294–295  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

292
293
294def makeExtension(**kwargs): # pragma: no cover
295 return SmartyExtension(**kwargs)

Callers

nothing calls this directly

Calls 1

SmartyExtensionClass · 0.85

Tested by

no test coverage detected