pytea
Initial release
纸质项目页面
node.js >= 12.xpython >= 3.8z3-solver >= 4.8 # install node.js
sudo apt-get install nodejs
# install python z3-solver
pip install z3-solver
# download pytea
wget https://github.com/ropas/pytea/releases/download/v0.1.0/pytea.zip
unzip pytea.zip
# run pytea
python bin/pytea.py path/to/source.py
# run example file
python bin/pytea.py packages/pytea/pytest/basics/scratch.py # install dependencies
npm run install:all
pip install z3-solver
# build
npm run buildPytea由两个分析仪组成。
在线分析仪的结果分为三个类:
警告:如果代码包含我们尚未实施的Pytorch或其他第三方API,它将引起错误警报。但是,我们还记录了每个未完成的API呼叫。请参阅结果的LOGS部分,并搜索执行哪些未完成的API调用。
离线分析的最终结果分为几种情况。


麻省理工学院许可证
该项目基于Pyright,也是MIT许可证