lldbinit.py 文件源码

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

项目:MacHeap 作者: blankwall 项目源码 文件源码
def _dump(cls, data, kind=1):
        lookup = {1:'B', 2:'H', 4:'I', 8:'L'}
        itemtype = lookup.get(kind, kind)
        return array.array(itemtype, data)

    ## specific dumping formats
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号