March 17, 2020
8:04 p.m.
I reported a problem with PyLint not knowing that __doc__ is indeed an attribute of a function. So I tried to go through and find out where PyLint makes that determination, between its own code and Astroid code. I'm lost. Is there a roadmap showing where to look for the determination that a particular member is present in a function? I want to develop a patch to fix my problem, I do.
April 2020
6:46 a.m.
I think you need to install pylint in your virtual env? If you are using pylint when developing then technically it's a development dependency and should be marked as such in your pipfile/requirements file.
1742
Age (days ago)
1773
Last active (days ago)
1 comments
2 participants
participants (2)
-
denniskempuk@protonmail.com
-
Stephen Satchell