lab_inventory.py | 219 def get_total(self): member in class:_PoolCounts 342 return self.get_total(_SPARE_POOL) - self.get_broken() 345 def get_total(self, pool=None): member in class:_BoardCounts 353 return self._count_pool(_PoolCounts.get_total, pool) 441 spares = counts.get_total(_SPARE_POOL) 442 total = counts.get_total() 529 newcount = repair_inventory[b].get_total() 657 counts.get_total(_SPARE_POOL), 658 counts.get_total()) 729 total = counts.get_total(pool [all...] |