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

Method _start_item

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

Source from the content-addressed store, hash-verified

1377 _end_copyright = _end_rights
1378
1379 def _start_item(self, attrsD):
1380 self.entries.append(FeedParserDict())
1381 self.push('item', 0)
1382 self.inentry = 1
1383 self.guidislink = 0
1384 self.title_depth = -1
1385 id = self._getAttribute(attrsD, 'rdf:about')
1386 if id:
1387 context = self._getContext()
1388 context['id'] = id
1389 self._cdf_common(attrsD)
1390 _start_entry = _start_item
1391
1392 def _end_item(self):

Callers

nothing calls this directly

Calls 6

pushMethod · 0.95
_getAttributeMethod · 0.95
_getContextMethod · 0.95
_cdf_commonMethod · 0.95
FeedParserDictClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected