P
puff
I'm new to pychecker. Some of my code generates the following
No class attribute (HWND) found
While HWND is not an attribute of the class, it IS an attribute of the
instance created (my class is one of several classes used to create
the new class). Can I use __pychecker__ to selectively supress this
message? How?
No class attribute (HWND) found
While HWND is not an attribute of the class, it IS an attribute of the
instance created (my class is one of several classes used to create
the new class). Can I use __pychecker__ to selectively supress this
message? How?