PartFile.py 文件源码

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

项目:pyChomikBox 作者: JuniorJPDJ 项目源码 文件源码
def __init__(self, file, start):
        assert hasattr(file, 'read') and hasattr(file, 'tell') and hasattr(file, 'seek')
        assert isinstance(start, int)

        self.file, self.start = file, start
        self.total_len = total_len(file)
        self.len = self.total_len - start

        io.IOBase.__init__(self)

        try:
            self.seek(0)
        except:
            pass
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号