pylint-dev / astroid

A common base representation of python source code for pylint and other projects
https://pylint.readthedocs.io/projects/astroid/en/latest/
GNU Lesser General Public License v2.1
533 stars 276 forks source link

Draft a plan for having control flow understanding in astroid #213

Open pylint-bot opened 9 years ago

pylint-bot commented 9 years ago

Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore)



rgeronimi commented 4 years ago

Having at least a basic & limited understanding of if..else... statement for variable (non-) assignment would help pylint a lot to catch unassigned variables

dpinol commented 3 years ago

hi, any news about this? this would enable skipping code based on global flags

hippo91 commented 3 years ago

@dpinol sadly nobody had time to work on this.

elfring commented 3 years ago

I became curious how the support will evolve further also for this software area.

:thought_balloon: Other information sources are providing additional ideas.