Agent-Hellboy / Agent-Hellboy/spewer
Add [dependency library name][file name][line number] to each statement.
Aberta
- Linguagem predominante
- Python
- Estrelas
- 3
- Forks
- 5
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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
```
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.