lab_inventory.py | 187 * `get_broken_list()` 196 Additionally, `get_working_list()`, `get_broken_list()` and 244 def get_broken_list(self): member in class:_HostSetInventory 261 return len(self.get_broken_list()) 360 def get_broken_list(self): member in class:_PoolSetInventory 370 l.extend(p.get_broken_list()) 691 broken_list.extend(counts.get_broken_list()) [all...] |