摘要:
class retry(object): """A retry decorator.""" def __init__(self, exception=Exception, timeout=None, retries=None, interval=0.001, logfun=lambda s: pri 阅读全文
posted @ 2018-11-15 00:14
姚果果
阅读(161)
评论(0)
推荐(0)