Pylint-自定义模块'<custom>'没有'x'成员

时间:2019-07-05 19:54:08

标签: python module pylint

这个错误有很多问题,但是我看不到有人抱怨定制模块。

我有一个使用custom安装并在setuptools中包含以下内容的自定义模块(例如,此处命名为__init__.py):

from .custom import *

这对于python2和python3非常有用;我可以毫无问题地成功执行模块中的内容,但是pylint抱怨成员不存在。

test.py:3:8 E1101: Module 'custom' has no 'dummy1' member (no-member)

我的模块安装错误吗?还是这是一个Pylint问题?

0 个答案:

没有答案