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

Method _end_link

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

Source from the content-addressed store, hash-verified

1557 self.push('link', expectingText)
1558
1559 def _end_link(self):
1560 value = self.pop('link')
1561
1562 def _start_guid(self, attrsD):
1563 self.guidislink = (attrsD.get('ispermalink', 'true') == 'true')

Callers 1

_cdf_commonMethod · 0.95

Calls 1

popMethod · 0.95

Tested by

no test coverage detected