hashing.py 文件源码

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

项目:django-estimators 作者: fridiculous 项目源码 文件源码
def __init__(self, hash_name='md5'):
        self.stream = io.BytesIO()
        # By default we want a pickle protocol that only changes with
        # the major python version and not the minor one
        protocol = (pickle.DEFAULT_PROTOCOL if PY3_OR_LATER
                    else pickle.HIGHEST_PROTOCOL)
        Pickler.__init__(self, self.stream, protocol=protocol)
        # Initialise the hash obj
        self._hash = hashlib.new(hash_name)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号