(self, host)
| 214 | % (parser.module, self.ability.ability_id, e)) |
| 215 | |
| 216 | def apply_id(self, host): |
| 217 | self.id = str(uuid.uuid4()) |
| 218 | self.host = host |
| 219 | self.replace_origin_link_id() |
| 220 | |
| 221 | def can_ignore(self): |
| 222 | return self.status in [self.states['DISCARD'], self.states['HIGH_VIZ']] |
no test coverage detected