pstr.py 文件源码

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

项目:MacHeap 作者: blankwall 项目源码 文件源码
def __init__(self, **attrs):
        super(_char_t,self).__init__(**attrs)

        # calculate the size of .length based on .encoding
        res = __builtin__.unicode('\x00', 'ascii').encode(self.encoding.name)
        self.length = len(res)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号