(self)
| 1607 | self.pushContent('description', attrsD, u'text/plain', self.infeed or self.inentry or self.insource) |
| 1608 | |
| 1609 | def _end_description(self): |
| 1610 | if self._summaryKey == 'content': |
| 1611 | self._end_content() |
| 1612 | else: |
| 1613 | value = self.popContent('description') |
| 1614 | self._summaryKey = None |
| 1615 | _end_abstract = _end_description |
| 1616 | _end_dc_description = _end_description |
| 1617 |
nothing calls this directly
no test coverage detected