What do people use for code analysis.
Laurent Pointal
laurent.pointal at limsi.fr
Wed May 2 09:35:27 EDT 2007
Steven W. Orr a écrit :
> Lots of code, calls to, calls by, inheritance, multiple tasks, etc.
>
> What do people use to figure out what's happening?
>
> TIA
>
I've collected some links over time:
http://www.limsi.fr/Individu/pointal/python.html#liens-metaprog
You may look at
# depgraph - graphe de dépendances entre modules
# coverage - a Python module that measures code coverage during Python
execution
# pycover - a python coverage tool
# pycount - métrique de lignes sources Python
# depgraph - generating python module dependency graphs
# pycallgraph - génération du graphe d'appels pour les programmes Python
(nécessite GraphViz).
More information about the Python-list
mailing list