Agent-Hellboy / Agent-Hellboy/spewer
Add [dependency library name][file name][line number] to each statement.
未关闭
- 主要语言
- Python
- 星标
- 3
- 派生
- 5
- PR 合并指标
- 30 天内没有已合并 PR
描述
Add line number before each line, and don't trace spewer, setrace, and setprofile
```
time test-pr-10.py
a
__main__:8: x = 10
__main__:9: y = 20
__main__:10: return x + y
x=10 y=20
spewer.spewer:34: sys.settrace(None)
sys=
python3 a.py 0.02s user 0.01s system 62% cpu 0.052 total
```
贡献指南
评估
这个 Issue 还没有评估数据。