(self, inh)
| 83 | self._data, '\n', self.list_depth(), '<h', str(strongness), '>', buf, '</h', str(strongness), '>\n']) |
| 84 | |
| 85 | def inherit_join(self, inh): |
| 86 | self._data = join([ |
| 87 | self._data,'<div style="padding-left:30px;margin-top:-20px"><small><b>Inherited from ',inh,'</b></small></div></p><p>']) |
| 88 | |
| 89 | def note(self, buf): |
| 90 | self._data = join([self._data, buf]) |