PyCQA / mccabe

McCabe complexity checker for Python

Home Page:pypi.python.org/pypi/mccabe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

global try statements are not counted

bukzor opened this issue · comments

Any complexity added by a module-level try block is not currently measured by mccabe.