Ned Deily added the comment:
flake8 is not part of the Python Standard Library. You might start with its
project page here: https://gitlab.com/pycqa/flake8
--
nosy: +ned.deily
resolution: -> third party
stage: -> resolved
status: open -> closed
_
New submission from fuqianz :
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.
T