Clear the stash.
(self)
| 245 | return placeholder |
| 246 | |
| 247 | def reset(self) -> None: |
| 248 | """ Clear the stash. """ |
| 249 | self.html_counter = 0 |
| 250 | self.rawHtmlBlocks = [] |
| 251 | |
| 252 | def get_placeholder(self, key: int) -> str: |
| 253 | return HTML_PLACEHOLDER % key |
nothing calls this directly
no outgoing calls
no test coverage detected