Runs when trigger is updated
(self, trigger)
| 73 | |
| 74 | @abc.abstractmethod |
| 75 | def update_trigger(self, trigger): |
| 76 | """ |
| 77 | Runs when trigger is updated |
| 78 | """ |
| 79 | pass |
| 80 | |
| 81 | @abc.abstractmethod |
| 82 | def remove_trigger(self, trigger): |
nothing calls this directly
no outgoing calls
no test coverage detected