Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Python-Markdown/markdown
/ testReset
Method
testReset
tests/test_apis.py:208–212 ·
view source on GitHub ↗
Test `HtmlStash.reset`.
(self)
Source
from the content-addressed store, hash-verified
206
)
207
208
def
testReset(self):
209
""
" Test `HtmlStash.reset`. "
""
210
self.stash.reset()
211
self.assertEqual(self.stash.html_counter, 0)
212
self.assertEqual(self.stash.rawHtmlBlocks, [])
213
214
215
class
Item:
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected