Attributes added by a decorator are raised as missing members errors #3957
Labels
Bug 🪲
False Positive 🦟
A message is emitted but nothing is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Steps to reproduce
You can also try it at:
https://colab.research.google.com/drive/1Jsgd_vVWIjVj7gqWKNsi6pOYNsP6l5uV#scrollTo=BfnN70BAt1Mi
Current behavior
pylint is returning a warning that
mod
does not haveinit
orapply
members.Expected behavior
I would expect pylint to recognize that
mod
has aninit
andapply
attribute, and not output those problemspylint --version output
The text was updated successfully, but these errors were encountered: