Home | History | Annotate | Download | only in site_utils

Lines Matching refs:_PoolCounts

125 class _PoolCounts(object):
237 methods of the same name in _PoolCounts, so the performance
238 note in _PoolCounts applies here as well.
244 pool: _PoolCounts() for pool in _MANAGED_POOLS
301 return self._count_pool(_PoolCounts.get_working, pool)
328 return self._count_pool(_PoolCounts.get_broken, pool)
353 return self._count_pool(_PoolCounts.get_total, pool)