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

Method _start_description

pattern/web/feed/feedparser.py:1597–1603  ·  view source on GitHub ↗
(self, attrsD)

Source from the content-addressed store, hash-verified

1595 self.title_depth = title_depth
1596
1597 def _start_description(self, attrsD):
1598 context = self._getContext()
1599 if 'summary' in context:
1600 self._summaryKey = 'content'
1601 self._start_content(attrsD)
1602 else:
1603 self.pushContent('description', attrsD, u'text/html', self.infeed or self.inentry or self.insource)
1604 _start_dc_description = _start_description
1605
1606 def _start_abstract(self, attrsD):

Callers

nothing calls this directly

Calls 3

_getContextMethod · 0.95
_start_contentMethod · 0.95
pushContentMethod · 0.95

Tested by

no test coverage detected