gak / pycallgraph

pycallgraph is a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
1.83k stars 335 forks source link

Fix decorators #171

Open abenassi opened 7 years ago

abenassi commented 7 years ago

Fixing decorator implementation and import. Document use of decorators in README file.