(self, attrsD)
| 1604 | _start_dc_description = _start_description |
| 1605 | |
| 1606 | def _start_abstract(self, attrsD): |
| 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': |
nothing calls this directly
no test coverage detected