(self, attrsD)
| 1146 | _end_feed = _end_channel |
| 1147 | |
| 1148 | def _start_image(self, attrsD): |
| 1149 | context = self._getContext() |
| 1150 | if not self.inentry: |
| 1151 | context.setdefault('image', FeedParserDict()) |
| 1152 | self.inimage = 1 |
| 1153 | self.title_depth = -1 |
| 1154 | self.push('image', 0) |
| 1155 | |
| 1156 | def _end_image(self): |
| 1157 | self.pop('image') |
nothing calls this directly
no test coverage detected