(self, event, attribute)
| 427 | condition, ordering)]) |
| 428 | |
| 429 | def mapping(self, event, attribute): |
| 430 | add_data(self.dlg.db, "EventMapping", |
| 431 | [(self.dlg.name, self.name, event, attribute)]) |
| 432 | |
| 433 | def condition(self, action, condition): |
| 434 | add_data(self.dlg.db, "ControlCondition", |
nothing calls this directly
no test coverage detected