It is a complexity checker for Python code using cyclomatic complexity measurement, also known as McCabe's complexity measure. from Bertrand Janin, ok sthen@
3 lines
134 B
Plaintext
3 lines
134 B
Plaintext
py-mccabe is a complexity checker for Python code using cyclomatic complexity
|
|
measurement, also known as McCabe's complexity measure.
|