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

Method _end_guid

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

Source from the content-addressed store, hash-verified

1565 _start_id = _start_guid
1566
1567 def _end_guid(self):
1568 value = self.pop('id')
1569 self._save('guidislink', self.guidislink and 'link' not in self._getContext())
1570 if self.guidislink:
1571 # guid acts as link, but only if 'ispermalink' is not present or is 'true',
1572 # and only if the item doesn't already have a link element
1573 self._save('link', value)
1574 _end_id = _end_guid
1575
1576 def _start_title(self, attrsD):

Callers

nothing calls this directly

Calls 3

popMethod · 0.95
_saveMethod · 0.95
_getContextMethod · 0.95

Tested by

no test coverage detected