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

Method _start_admin_errorreportsto

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

Source from the content-addressed store, hash-verified

1646 self._getContext()['generator_detail'] = FeedParserDict({'href': value})
1647
1648 def _start_admin_errorreportsto(self, attrsD):
1649 self.push('errorreportsto', 1)
1650 value = self._getAttribute(attrsD, 'rdf:resource')
1651 if value:
1652 self.elementstack[-1][2].append(value)
1653 self.pop('errorreportsto')
1654
1655 def _start_summary(self, attrsD):
1656 context = self._getContext()

Callers

nothing calls this directly

Calls 4

pushMethod · 0.95
_getAttributeMethod · 0.95
popMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected