(self, strongness, buf)
| 75 | self._data, '#Python API reference']) |
| 76 | |
| 77 | def title(self, strongness, buf): |
| 78 | self._data = join([ |
| 79 | self._data, '\n', self.list_depth(), '#' * strongness, ' ', buf, '\n']) |
| 80 | |
| 81 | def title_html(self, strongness, buf): |
| 82 | self._data = join([ |
no test coverage detected