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

Method _end_source

pattern/web/feed/feedparser.py:1687–1693  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1685 self.title_depth = -1
1686
1687 def _end_source(self):
1688 self.insource = 0
1689 value = self.pop('source')
1690 if value:
1691 self.sourcedata['title'] = value
1692 self._getContext()['source'] = copy.deepcopy(self.sourcedata)
1693 self.sourcedata.clear()
1694
1695 def _start_content(self, attrsD):
1696 self.pushContent('content', attrsD, u'text/plain', 1)

Callers

nothing calls this directly

Calls 3

popMethod · 0.95
_getContextMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected