
17 Mar
2020
17 Mar
'20
1: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.

16 Apr
16 Apr
11:46 p.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.
1324
Age (days ago)
1355
Last active (days ago)
1 comments
2 participants
participants (2)
-
denniskempuk@protonmail.com
-
Stephen Satchell