hibp.py 文件源码

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

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

        Attributes:
            - hibp_objs - list of HIBP objects
        '''
        for hibp_obj in self.pool.imap_unordered(HIBP.execute, hibp_objs):
                yield hibp_obj.response
        self.pool.join()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号