Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Python-Markdown/markdown
/ setUp
Method
setUp
tests/test_apis.py:188–190 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
186
""
" Test Markdown's `HtmlStash`. "
""
187
188
def
setUp(self):
189
self.stash = markdown.util.HtmlStash()
190
self.placeholder = self.stash.store(
'foo'
)
191
192
def
testSimpleStore(self):
193
""
" Test `HtmlStash.store`. "
""
Callers
nothing calls this directly
Calls
1
store
Method · 0.80
Tested by
no test coverage detected