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

Method _end_published

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

Source from the content-addressed store, hash-verified

1418 _start_pubdate = _start_published
1419
1420 def _end_published(self):
1421 value = self.pop('published')
1422 self._save('published_parsed', _parse_date(value), overwrite=True)
1423 _end_dcterms_issued = _end_published
1424 _end_issued = _end_published
1425 _end_pubdate = _end_published

Callers

nothing calls this directly

Calls 3

popMethod · 0.95
_saveMethod · 0.95
_parse_dateFunction · 0.85

Tested by

no test coverage detected