Searched refs:num_pending_calls (Results 1 – 1 of 1) sorted by relevance
116 def __init__(self, num_pending_calls, stop_on_exception): argument117 self.num_pending_calls = num_pending_calls124 self.num_pending_calls -= 1125 if not self.num_pending_calls: