Navigation Menu

Skip to content

qdamian/dissect

Repository files navigation

image

image

image

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

About

Analyze and trace python programs (lib for depict)

Resources

Stars

Watchers

Forks

Packages

No packages published