导语:
本文主要介绍了关于python中Pylint的信息类型的相关知识,包括python创建的程序文件类型扩展名为,以及python中的空类型这些编程知识,希望对大家有参考作用。
说明
1、*(C)约定,用于违反编程标准。
2、*(R)重构,针对不好的代码口味。
3、*(W)警告python的特定问题。
4、*(E)错误用于代码中可能的错误。
5、*(F)致命的。
如果发生错误,pylint将无法进一步处理。
实例
Output:
Using the default text output, the message format is :
MESSAGE_TYPE: LINE_NUM:[OBJECT:] MESSAGE
There are 5 kind of message types :
* (C) convention, for programming standard violation
* (R) refactor, for bad code smell
* (W) warning, for python specific problems
* (E) error, for probable bugs in the code
* (F) fatal, if an error occurred which prevented pylint from doing further processing.
本文教程操作环境:windows7系统、Python 3.9.1,DELL G3电脑。
本文为原创文章,版权归知行编程网所有,欢迎分享本文,转载请保留出处!
你可能也喜欢
- ♥ python range()函数指定值12/05
- ♥ 用于处理数字列表的python函数10/19
- ♥ 如何运行python代码10/02
- ♥ python中导入模块的过程10/16
- ♥ python如何在函数中调用数组10/18
- ♥ python需要数学基础吗09/21
内容反馈