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

Method _end_url

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

Source from the content-addressed store, hash-verified

1271 _start_uri = _start_url
1272
1273 def _end_url(self):
1274 value = self.pop('href')
1275 if self.inauthor:
1276 self._save_author('href', value)
1277 elif self.incontributor:
1278 self._save_contributor('href', value)
1279 _end_homepage = _end_url
1280 _end_uri = _end_url
1281

Callers

nothing calls this directly

Calls 3

popMethod · 0.95
_save_authorMethod · 0.95
_save_contributorMethod · 0.95

Tested by

no test coverage detected