_stream.py 文件源码

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

项目:vinyl 作者: pyrated 项目源码 文件源码
def ended(self) -> bool:
        try:
            fileno = self._codeio.fileno()
            offset = os.fstat(fileno).st_size
        except io.UnsupportedOperation:
            old_offset = self.offset
            self._codeio.seek(0, io.SEEK_END)
            offset = self._codeio.tell()
            self._codeio.seek(old_offset)
        return self.offset == offset
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号