Skip to main content

Fuzzy call graphs

Project description


Fuzzy call graphs

`f` (maybe) calls `g` if `g.name` is in `f.body`

This gives false positives

```
python call_graph.py \
"${ABS_PATH_OF_MODULE}" \
> module_callgraph.gv \
&& dot \
-Tpdf module_callgraph.gv \
-o module_callgraph.pdf \
&& open module_callgraph.pdf
```

(Where `dot` is from https://www.graphviz.org/documentation/)

(Standard python setup distribution boilerplate is a shame - why does it have to be at top leve of project?)


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fuzzycallgraph-0.0.3.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

fuzzycallgraph-0.0.3-py2.py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page