(self, handler)
| 279 | return attrs |
| 280 | |
| 281 | def add_root_elements(self, handler): |
| 282 | super().add_root_elements(handler) |
| 283 | handler.addQuickElement("spam", "eggs") |
| 284 | |
| 285 | def item_attributes(self, item): |
| 286 | attrs = super().item_attributes(item) |
nothing calls this directly
no test coverage detected