PEP 8 comment

1、This inspection detects lack of docstring and an empty docstring

该检查检测到缺少docstring和空的docstring

2、This inspection highlights too broad exception clauses such as no exception class specified, or specified as ‘Exception’

这个检查突出显示了太宽泛的异常子句,比如没有指定的异常类,或者指定为“例外”

(看看except的冒号是不是放在错误参数后面而不是在关键字except后面)

    原文作者:Future石
    原文地址: https://www.jianshu.com/p/db0013061cc4
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞