예제 #1
0
 def __init__(self, *strategies):
     self.strategies = [
         _compat.wait_func_accept_retry_state(strategy)
         for strategy in strategies
     ]
예제 #2
0
 def wait(self):
     return _compat.wait_func_accept_retry_state(self._wait)
예제 #3
0
파일: __init__.py 프로젝트: jd/tenacity
 def wait(self):
     return _compat.wait_func_accept_retry_state(self._wait)