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?)
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fuzzycallgraph-0.0.3.tar.gz.
File metadata
- Download URL: fuzzycallgraph-0.0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c40da4c0fd2a09623c3de523c890c0869b6647b902b26b057a7991225c8caa5
|
|
| MD5 |
f76a6920b781fbcf0e1229c0c266300a
|
|
| BLAKE2b-256 |
5c92720cc4b1d2264a78c61d7d0b04be6a92f2637b76fd249248e81d83a9ca35
|
File details
Details for the file fuzzycallgraph-0.0.3-py2.py3-none-any.whl.
File metadata
- Download URL: fuzzycallgraph-0.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f724bfa36fb413ae33fd78465e507c4da7b566ae269d3989b0e015ee31971d8
|
|
| MD5 |
b44acad65285ae3709be46c60a7720a3
|
|
| BLAKE2b-256 |
17c91d5f689f4ed481268fbfb3d26ad332a624a54c1b2957965a5cb5f05653ea
|