Tag Archives: static analysis

Coloured call graphs!

Juha Jeronen has added some features to the Python call-graph generator (pyan) I’ve previously blogged about. With a single command line, I can now get pictures like this: A bit of colour always shows a program’s structure in a better … Continue reading

Posted in Programming | Tagged , , , | 9 Comments

Call graphs in Python part 2

I’ve made some improvements to the program discussed last month in Call graphs in Python. It’s had a significant rewrite in program analysis, paying more attention to how names are used. I’ve also experimented a little more with rendering the … Continue reading

Posted in Programming | Tagged , , , , | 5 Comments

Call graphs in Python

As a guide to program structure, and hopefully an aid to refactoring.

Posted in Programming | Tagged , , , | 7 Comments