queryset_storage.py 文件源码

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

项目:django-eraserhead 作者: dizballanze 项目源码 文件源码
def _print_traceback(self):
        base_path = getattr(settings, 'ERASERHEAD_TRACEBACK_BASE_PATH', None)
        for trace_line in traceback.format_list(self._traceback):
            if base_path and (base_path not in trace_line):
                continue
            print("\t" + trace_line.strip().replace('\n', '\n\t'))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号