This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: The mccabe complexity output in module flake8.
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: fqbrighter, ned.deily
Priority: normal Keywords:

Created on 2017-10-16 01:07 by fqbrighter, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg304450 - (view) Author: fuqianz (fqbrighter) Date: 2017-10-16 01:07
Dear,
      I have found that if a function name appears more than one time in a
file, the output of McCabe complexity for this function name only appear
once. I think it should output all of them. So, I send this email for
inquiring about this confusing problems.

Thanks,

Sincerely,

fuqianz
msg304451 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2017-10-16 01:10
flake8 is not part of the Python Standard Library.  You might start with its project page here: https://gitlab.com/pycqa/flake8
History
Date User Action Args
2022-04-11 14:58:53adminsetgithub: 75977
2017-10-16 01:10:01ned.deilysetstatus: open -> closed

nosy: + ned.deily
messages: + msg304451

resolution: third party
stage: resolved
2017-10-16 01:07:22fqbrightercreate