Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Oct 22, 2023
1 parent f71bc25 commit 8dba114
Show file tree
Hide file tree
Showing 27 changed files with 42,611 additions and 42,122 deletions.
11 changes: 10 additions & 1 deletion pyre/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ prep
run this to collect data
`vendor/runpyre.sh`

now extract the calls
`python calls.py`
`python calls2.py`

list of files
`jq -r keys[] pyre_statistics.txt `

pyre-check query "types_in_file('tests.py')"

# produce graphs

Expand Down Expand Up @@ -49,3 +52,9 @@ published in webpage: https://jmikedupont2.github.io/ai-ticket/pyre/
jq ".edges[]|.to" graphComponent*.json |sort |uniq -c | sort -n |grep autogpt
```



# todo

this is not working yet
`pyre-check query "types_in_file('tests.py')"`
Loading

0 comments on commit 8dba114

Please sign in to comment.