Jump to letter: [
346ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-q - Quick and dirty python debugging output
- Description:
If you've ever been frustrated trying to debug with print because a web
application or a unittesting framework is swallowing your debugging output,
q will make you jump for joy.
import q
variable = 'Hmmm... something happened here'
q(variable)
cat /tmp/q
Packages
python-q-2.4-1.el6.noarch
[13 KiB] |
Changelog
by Toshio Kuratomi (2013-05-22):
- New upstream with some enhancements from severl people.
- Build with python3 support.
|