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

Method _end_description

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_end_contentMethod · 0.95
popContentMethod · 0.95

Tested by

no test coverage detected