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

Method _start_content_encoded

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

Source from the content-addressed store, hash-verified

1704 _start_xhtml_body = _start_body
1705
1706 def _start_content_encoded(self, attrsD):
1707 self.pushContent('content', attrsD, u'text/html', 1)
1708 _start_fullitem = _start_content_encoded
1709
1710 def _end_content(self):

Callers

nothing calls this directly

Calls 1

pushContentMethod · 0.95

Tested by

no test coverage detected