(self, attrsD)
| 1171 | _end_textInput = _end_textinput |
| 1172 | |
| 1173 | def _start_author(self, attrsD): |
| 1174 | self.inauthor = 1 |
| 1175 | self.push('author', 1) |
| 1176 | # Append a new FeedParserDict when expecting an author |
| 1177 | context = self._getContext() |
| 1178 | context.setdefault('authors', []) |
| 1179 | context['authors'].append(FeedParserDict()) |
| 1180 | _start_managingeditor = _start_author |
| 1181 | _start_dc_author = _start_author |
| 1182 | _start_dc_creator = _start_author |
nothing calls this directly
no test coverage detected