pycallgraph und PosteRazor

Um ein python Programm zu dokumentieren habe ich längere Zeit nach “python cross reference” oder “python xref” gesucht und nicht passendes gefunden. Ich hätte nach “python call graph” suchen sollen.
pycallgraph liefert schon recht hilfreiche Ergebnisse als png-Bild. PosteRazor hilft dabei es auf mehrere A4 Seiten zu verteilen, damit man es ausdrucken kann.

easy_install pycallgraph
apt-get install posterazor

pycallgraph –include=my1.* –include=my2.* –include=my3.* ./my1.py
PosteRazor pycallgraph.png

http://pycallgraph.slowchop.com/pycallgraph/wiki/documentation/0.5.1
http://ejrh.wordpress.com/2011/12/23/call-graphs-in-python/
http://everflux.de/posterdruck-verteilung-auf-a4-blatter-ubuntu-linux-windows-661/

Leave a Reply