Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.01 KB

README.rst

File metadata and controls

33 lines (20 loc) · 1.01 KB
https://badge.waffle.io/qdamian/dissect.png?label=ready https://travis-ci.org/qdamian/dissect.png?branch=master https://coveralls.io/repos/qdamian/dissect/badge.png?branch=master

dissect

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

Contact

Feel free to email me at qdamian@gmail.com

---

Copyright 2014, Damian Quiroga