MCPcopy Create free account
hub / github.com/clips/pattern / _start_body

Method _start_body

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

Source from the content-addressed store, hash-verified

1700 self.push('content', 1)
1701
1702 def _start_body(self, attrsD):
1703 self.pushContent('content', attrsD, u'application/xhtml+xml', 1)
1704 _start_xhtml_body = _start_body
1705
1706 def _start_content_encoded(self, attrsD):

Callers

nothing calls this directly

Calls 1

pushContentMethod · 0.95

Tested by

no test coverage detected