tags.py 文件源码

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

项目:pyatv 作者: postlund 项目源码 文件源码
def read_bplist(data, start, length):
    """Extract a binary plist from a position in a sequence."""
    # TODO: pylint doesn't find FMT_BINARY, why?
    # pylint: disable=no-member
    return plistlib.loads(data[start:start+length],
                          fmt=plistlib.FMT_BINARY)


# pylint: disable=unused-argument
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号