proxy.py 文件源码

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

项目:zing 作者: evernote 项目源码 文件源码
def unit_info(self):
        info = {}
        if self.unit is None:
            return info
        info.update(
            dict(source=truncatechars(self.unit_source, 50),
                 unit_url=self.unit_translate_url))
        if self.qc_name is None:
            return info
        info.update(
            dict(check_name=self.qc_name,
                 check_displayname=check_names.get(self.qc_name, self.qc_name)))
        return info
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号