test_streams.py 文件源码

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

项目:pyheatshrink 作者: johan-sports 项目源码 文件源码
def test_seeking_from_end_beyond_beginning(self):
        with EncodedFile(io.BytesIO(COMPRESSED)) as fp:
            # Go to end to get size
            size = fp.seek(0, io.SEEK_END)
            # Go to beginning
            self.assertNotRaises(fp.seek, -size, io.SEEK_END)
            # One before beginning
            self.assertRaises(IOError, fp.seek, -size - 1, io.SEEK_END)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号