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

Method _start_abstract

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

Source from the content-addressed store, hash-verified

1604 _start_dc_description = _start_description
1605
1606 def _start_abstract(self, attrsD):
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':

Callers

nothing calls this directly

Calls 1

pushContentMethod · 0.95

Tested by

no test coverage detected