Comment on Show HN: Python decorator to log local variables with each line of code runparentComments−ttyprintk2yHow does it compare to snoop:https://news.ycombinator.com/item?id=20457784−xLaszloOP2yAhh, I never heard about it, but it looks promising.I will reach out to the author.Thanks for bringing it to my attention.−ttyprintk2yFor PyTorch, there’s a TorchSnooper. In production, I’ve added both snoop and torchsnooper to flake8 banned modules.
Comments
How does it compare to snoop:
https://news.ycombinator.com/item?id=20457784
Ahh, I never heard about it, but it looks promising.
I will reach out to the author.
Thanks for bringing it to my attention.
For PyTorch, there’s a TorchSnooper. In production, I’ve added both snoop and torchsnooper to flake8 banned modules.