(self)
| 1565 | _start_id = _start_guid |
| 1566 | |
| 1567 | def _end_guid(self): |
| 1568 | value = self.pop('id') |
| 1569 | self._save('guidislink', self.guidislink and 'link' not in self._getContext()) |
| 1570 | if self.guidislink: |
| 1571 | # guid acts as link, but only if 'ispermalink' is not present or is 'true', |
| 1572 | # and only if the item doesn't already have a link element |
| 1573 | self._save('link', value) |
| 1574 | _end_id = _end_guid |
| 1575 | |
| 1576 | def _start_title(self, attrsD): |
nothing calls this directly
no test coverage detected