摘要:
demo如下: from retrying import retry def retry_error(exception): return isinstance(exception, NameError) # return isinstance(exception, Exception) @retr 阅读全文
posted @ 2020-11-27 19:36
圆觉
阅读(4445)
评论(0)
推荐(0)
2020年11月27日