Skip to content

Commit

Permalink
split picosnitch.py into multiple files #36
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Dec 13, 2023
1 parent 111b011 commit 9c7747e
Show file tree
Hide file tree
Showing 21 changed files with 4,455 additions and 3,890 deletions.
762 changes: 387 additions & 375 deletions docs/callgraph.dot

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/callgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# generate call graph using pyan3==1.0.4
print("Generating call graph for picosnitch")
os.chdir(os.path.dirname(__file__))
os.system("pyan3 ../picosnitch.py --no-defines --uses --colored --nested-groups --dot > callgraph.dot")
os.system("pyan3 ../picosnitch/*.py --no-defines --uses --colored --nested-groups --dot > callgraph.dot")

# sort edges so output is deterministic
with open("callgraph.dot", "r") as f:
Expand Down
1,930 changes: 1,031 additions & 899 deletions docs/callgraph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9c7747e

Please sign in to comment.