MCPcopy Index your code
hub / github.com/clips/pattern / _end_summary

Method _end_summary

pattern/web/feed/feedparser.py:1665–1670  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 2

_end_contentMethod · 0.95
popContentMethod · 0.95

Tested by

no test coverage detected