(self, button_id)
| 200 | buttons.append(info) |
| 201 | |
| 202 | def removeButton(self, button_id): |
| 203 | buttons = self.currentReply.setdefault("removeButton", []) |
| 204 | buttons.append(button_id) |
| 205 | |
| 206 | """ |
| 207 | See addButton() for allowed arguments. |
no test coverage detected