MCPcopy Create free account
hub / github.com/clips/pattern / _end_expirationdate

Method _end_expirationdate

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

Source from the content-addressed store, hash-verified

1453 self.push('expired', 1)
1454
1455 def _end_expirationdate(self):
1456 self._save('expired_parsed', _parse_date(self.pop('expired')), overwrite=True)
1457
1458 def _start_cc_license(self, attrsD):
1459 context = self._getContext()

Callers

nothing calls this directly

Calls 3

_saveMethod · 0.95
popMethod · 0.95
_parse_dateFunction · 0.85

Tested by

no test coverage detected