(self)
| 1271 | _start_uri = _start_url |
| 1272 | |
| 1273 | def _end_url(self): |
| 1274 | value = self.pop('href') |
| 1275 | if self.inauthor: |
| 1276 | self._save_author('href', value) |
| 1277 | elif self.incontributor: |
| 1278 | self._save_contributor('href', value) |
| 1279 | _end_homepage = _end_url |
| 1280 | _end_uri = _end_url |
| 1281 |
nothing calls this directly
no test coverage detected