News

Python Codeaudit implements a light weight cyclomatic complexity count, using Python’s Abstract Syntax Tree module. The codeaudit complexity check is designed to determine security risks in Python ...
We could use instead the hash of the Abstract Syntax Tree of the function (see the ast module), but that would rely on the assumption that the code source is not modified during execution of the ...