We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a60a3c commit 7f42117Copy full SHA for 7f42117
1 file changed
debug.py
@@ -13,7 +13,10 @@
13
14
# A debug decorator, written by Paul Butler, taken from
15
# http://paulbutler.org/archives/python-debugging-with-decorators/
16
+# Additional functions and decorator functionality added by
17
+# Henrik Levkowetz
18
19
+__version__ = "0.15"
20
21
increment = 2
22
0 commit comments