Searched refs:num_pending_calls (Results 1 – 2 of 2) sorted by relevance
111 def __init__(self, num_pending_calls, stop_on_exception): argument112 self.num_pending_calls = num_pending_calls119 self.num_pending_calls -= 1120 if not self.num_pending_calls:
113 def __init__(self, num_pending_calls, stop_on_exception): argument114 self.num_pending_calls = num_pending_calls121 self.num_pending_calls -= 1122 if not self.num_pending_calls: