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

Method _end_content

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

Source from the content-addressed store, hash-verified

1708 _start_fullitem = _start_content_encoded
1709
1710 def _end_content(self):
1711 copyToSummary = self.mapContentType(self.contentparams.get('type')) in ([u'text/plain'] + self.html_types)
1712 value = self.popContent('content')
1713 if copyToSummary:
1714 self._save('summary', value)
1715
1716 _end_body = _end_content
1717 _end_xhtml_body = _end_content

Callers 2

_end_descriptionMethod · 0.95
_end_summaryMethod · 0.95

Calls 4

mapContentTypeMethod · 0.95
popContentMethod · 0.95
_saveMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected