This library is meant to be used by depict.
It uses astroid to parse the source code of the program in a tree structure (package -> module -> class -> function -> block -> line).
It uses the standard library tracer to represent the program execution in a tree structure (thread -> function call -> function call).
And it relates the two trees (function call -> function).
Feel free to email me at qdamian@gmail.com
---
Copyright 2014, Damian Quiroga