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 還沒有評估資料。