<div dir="ltr">I'm linting a piece of code containing a class which inherits from a base class which is not available at lint time. Consequently, I get all sorts of messages about unknown attributes which the subclass uses from its parent. Short of completely disabling E1101 (no-member), is there a way to say, "class B, a subclass of class A which you can't see, really does have an attribute named x"? The code for class A is not going to be available, as I'm just running pylint in isolation from the rest of the environment in which it is run.<div><br></div><div>Thx,</div><div><br></div><div>Skip Montanaro</div><div><br></div></div>