(self)
| 969 | self.write_tag_noWhitespace('h6', True, args) |
| 970 | |
| 971 | def _h6(self): |
| 972 | self._closeTag_noWhitespace('h6') |
| 973 | |
| 974 | def h6_(self, s, **args): |
| 975 | """The `h1_` to `h6_` tags define headers, combining the opening and |
no test coverage detected