mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python-PySnooper: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
ca00ee2e3a
commit
eea589cd9b
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
|||
PySnooper is a poor man's debugger for Python.
|
||||
|
||||
PySnooper lets you inspect variables and see which lines are running without
|
||||
the need for a debugger, breakpoints or print statements. To use PySnooper, 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.
|
||||
PySnooper lets you inspect variables and see which lines are
|
||||
running without the need for a debugger, breakpoints or print
|
||||
statements. To use PySnooper, 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.
|
||||
|
|
Loading…
Reference in a new issue