(self)
| 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() |
nothing calls this directly
no test coverage detected