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).

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to