Lines Matching refs:get_total
237 def get_total(self): member in _PoolCounts
391 return self.get_total(SPARE_POOL) - self.get_broken()
394 def get_total(self, pool=None): member in _BoardCounts
402 return self._count_pool(_PoolCounts.get_total, pool)
512 spares = counts.get_total(SPARE_POOL)
513 total = counts.get_total()
517 if counts.get_total(pool) != 0:
603 newcount = repair_inventory[b].get_total()
727 counts.get_total(), board)
737 counts.get_total(SPARE_POOL),
738 counts.get_total())
808 counts.get_total(pool), board, pool)
815 total = counts.get_total(pool)
857 counts.get_total(pool), board, pool)