pstr.py 文件源码

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

项目:MacHeap 作者: blankwall 项目源码 文件源码
def summary(self, **options):
        try:
            result = repr(self.str())
        except UnicodeDecodeError:
            Log.debug('{:s}.summary : {:s} : Unable to decode unicode string. Rendering as hexdump instead.'.format(self.classname(),self.instance()))
            return super(string,self).summary(**options)
        return result
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号