(self, damaging_ratio, time_index)
| 190 | return ip_list |
| 191 | |
| 192 | def set_damage(self, damaging_ratio, time_index): |
| 193 | self.damage_ratio.append(damaging_ratio) |
| 194 | self.damage_time.append(time_index) |
| 195 | |
| 196 | def set_recovery(self, time_index): |
| 197 | self.recovery_time.append(time_index) |
no outgoing calls
no test coverage detected