xennygrimmato / py-data-dependency-graph

Data dependency graph for Python programs
3 stars 0 forks source link

Add variable cliques per method #9

Open xennygrimmato opened 3 years ago

xennygrimmato commented 3 years ago

For each method, find the occurrence of each variable and create edges between them. The tricky part is to handle shadowing (e.g. def within a def, etc.).