Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在调用子类中存在的方法(赋值),但 pylint 给出了no-member错误,因为调用的方法未在基类中定义。
no-member
Pylint 使用infer()在 NodeNG 类(在 astroid 中)中定义的用于进行此类推断。有没有办法调整infer()方法,以便它也考虑子类中定义的方法?
infer()