【发布时间】:2020-09-22 16:04:26
【问题描述】:
I 在 pylint 中是什么意思?我之前没有看到以I 开头的错误消息。
基于https://docs.pylint.org/en/1.6.0/tutorial.html,I不包含在以下列表中
* (C) convention, for programming standard violation
* (R) refactor, for bad code smell
* (W) warning, for python specific problems
* (E) error, for much probably bugs in the code
* (F) fatal, if an error occurred which prevented pylint from doing
它与 C++ 扩展有关。
Consider adding this module to extension-pkg-whitelist if you want to perform analysis based on run-time introspection of living objects. (c-extension-no-member)
【问题讨论】:
标签: pylint