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

Method _end_created

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

Source from the content-addressed store, hash-verified

1445 _start_dcterms_created = _start_created
1446
1447 def _end_created(self):
1448 value = self.pop('created')
1449 self._save('created_parsed', _parse_date(value), overwrite=True)
1450 _end_dcterms_created = _end_created
1451
1452 def _start_expirationdate(self, attrsD):

Callers

nothing calls this directly

Calls 3

popMethod · 0.95
_saveMethod · 0.95
_parse_dateFunction · 0.85

Tested by

no test coverage detected