(self)
| 1407 | _start_webmaster = _start_dc_publisher |
| 1408 | |
| 1409 | def _end_dc_publisher(self): |
| 1410 | self.pop('publisher') |
| 1411 | self._sync_author_detail('publisher') |
| 1412 | _end_webmaster = _end_dc_publisher |
| 1413 | |
| 1414 | def _start_published(self, attrsD): |
nothing calls this directly
no test coverage detected