test_streams.py 文件源码

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

项目:pyheatshrink 作者: johan-sports 项目源码 文件源码
def test_seeking_forward_from_current(self):
        contents = TEXT

        with EncodedFile(io.BytesIO(COMPRESSED)) as fp:
            self.assertEqual(fp.read(100), contents[:100])
            fp.seek(50, io.SEEK_CUR)  # Move 50 forwards
            self.assertEqual(fp.read(100), contents[150:250])
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号