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

Method _start_content

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

Source from the content-addressed store, hash-verified

1693 self.sourcedata.clear()
1694
1695 def _start_content(self, attrsD):
1696 self.pushContent('content', attrsD, u'text/plain', 1)
1697 src = attrsD.get('src')
1698 if src:
1699 self.contentparams['src'] = src
1700 self.push('content', 1)
1701
1702 def _start_body(self, attrsD):
1703 self.pushContent('content', attrsD, u'application/xhtml+xml', 1)

Callers 2

_start_descriptionMethod · 0.95
_start_summaryMethod · 0.95

Calls 3

pushContentMethod · 0.95
pushMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected