Created by: stanleyuan
What is this Python project?
PySnooper lets you print values except instead of carefully crafting the right print lines, you just add one decorator line to the function you're interested in. You'll get a play-by-play log of your function, including which lines ran and when, and exactly when local variables were changed.
What's the difference between this Python project and similar ones?
Just slap the decorator on, as shown below, and redirect the output to a dedicated log file by specifying its path as the first argument.
--
Anyone who agrees with this pull request could vote for it by adding a