On 11/17/14 03:57, Bertrand Janin wrote:
> Hi,
>
> attached is the latest released version of the mccabe Python library. It is a
> complexity checker for Python code using cyclomatic complexity measurement,
> also known as McCabe's complexity measure.
>
> Bertrand
>
Import is done, thanks ! ;-)
On 11/17/14 03:57, Bertrand Janin wrote:
> Hi,
>
> attached is the latest released version of the mccabe Python library. It is a
> complexity checker for Python code using cyclomatic complexity measurement,
> also known as McCabe's complexity measure.
>
> Bertrand
>
Seems ok to me !