diagnostics.py 文件源码

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

项目:monkeys 作者: hchasestevens 项目源码 文件源码
def show_report(self, top=3):
        for exception in self.exceptions:
            print('{}:'.format(exception))
            edge_weightings = iteritems(self.edge_weightings[exception])
            for __, (edge, weight) in zip(xrange(top), edge_weightings):
                print('    {:.2f} | {}'.format(weight, edge))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号