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

Method _end_updated

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

Source from the content-addressed store, hash-verified

1432 _start_lastbuilddate = _start_updated
1433
1434 def _end_updated(self):
1435 value = self.pop('updated')
1436 parsed_value = _parse_date(value)
1437 self._save('updated_parsed', parsed_value, overwrite=True)
1438 _end_modified = _end_updated
1439 _end_dcterms_modified = _end_updated
1440 _end_dc_date = _end_updated

Callers

nothing calls this directly

Calls 3

popMethod · 0.95
_saveMethod · 0.95
_parse_dateFunction · 0.85

Tested by

no test coverage detected