Searched refs:at_most (Results 1 – 1 of 1) sorted by relevance
254 def cpu_count(at_least=1, at_most=64): argument256 return max(min(cpus, at_most), at_least)