(self)
| 1663 | _start_itunes_summary = _start_summary |
| 1664 | |
| 1665 | def _end_summary(self): |
| 1666 | if self._summaryKey == 'content': |
| 1667 | self._end_content() |
| 1668 | else: |
| 1669 | self.popContent(self._summaryKey or 'summary') |
| 1670 | self._summaryKey = None |
| 1671 | _end_itunes_summary = _end_summary |
| 1672 | |
| 1673 | def _start_enclosure(self, attrsD): |
nothing calls this directly
no test coverage detected