E1101

Message

%s %r has no %r member

Function %r has no %r member
Variable %r has no %r member
. . .

Description

Used when an object (variable, function, …) is accessed for a non-existent member.

False positives: This message may report object members that are created dynamically, but exist at the time they are accessed.

Explanation

Explanation needed


Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License