hibp.py 文件源码

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

项目:haveibeenpwned 作者: kernelmachine 项目源码 文件源码
def map(self,hibp_objs):
        '''
        Asynchronously map the HIBP execution job to multiple queries.

        Attributes:
            - hibp_objs - list of HIBP objects
        '''
        jobs = [self.send(hibp_obj) for hibp_obj in hibp_objs]
        gevent.joinall(jobs, timeout=self.timeout)
        return hibp_objs
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号