test_streams.py 文件源码

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

项目:pyheatshrink 作者: johan-sports 项目源码 文件源码
def test_seeking_backwards_from_current(self):
        with EncodedFile(io.BytesIO(COMPRESSED)) as fp:
            contents = fp.read()
            fp.seek(-100, io.SEEK_CUR)
            self.assertEqual(fp.read(), contents[-100:])
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号