(self)
| 855 | self.write_tag_noWhitespace('h3', True, args) |
| 856 | |
| 857 | def _h3(self): |
| 858 | self._closeTag_noWhitespace('h3') |
| 859 | self.newLine() # Optional newline is self.compact is False. |
| 860 | |
| 861 | def h3_(self, s, **args): |
| 862 | """The `h1_` to `h6_` tags define headers, combining the opening and |
no test coverage detected