(self)
| 932 | self.write_tag_noWhitespace('h5', True, args) |
| 933 | |
| 934 | def _h5(self): |
| 935 | self._closeTag_noWhitespace('h5') |
| 936 | |
| 937 | def h5_(self, s, **args): |
| 938 | """The `h1_` to `h6_` tags define headers, combining the opening and |
no test coverage detected