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

Method stash_to_string

markdown/postprocessors.py:105–107  ·  view source on GitHub ↗

Convert a stashed object to a string.

(self, text: str)

Source from the content-addressed store, hash-verified

103 return False
104
105 def stash_to_string(self, text: str) -> str:
106 """ Convert a stashed object to a string. """
107 return str(text)
108
109
110class AndSubstitutePostprocessor(Postprocessor):

Callers 2

substitute_matchMethod · 0.95
test_stash_to_stringMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_stash_to_stringMethod · 0.36