(self)
| 186 | ) |
| 187 | |
| 188 | def cancel(self): |
| 189 | return ( |
| 190 | action_constants.LIVEACTION_STATUS_CANCELED, |
| 191 | self.liveaction.result, |
| 192 | self.liveaction.context, |
| 193 | ) |
| 194 | |
| 195 | def post_run(self, status, result): |
| 196 | pass |
no outgoing calls
no test coverage detected