utils.py 文件源码

python
阅读 18 收藏 0 点赞 0 评论 0

项目:som 作者: vsoch 项目源码 文件源码
def stop_if_result_none(result):
    '''stop if result none will return True if we should not retry 
    when result is none, False otherwise using retrying python package
    '''
    do_retry = result is not None
    return do_retry


# Simple default retrying for calls to api
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号