Staging
v0.5.1
https://github.com/python/cpython
Revision 159f97b2d7aba6f2d5cdc7f6155298ca33626762 authored by Serhiy Storchaka on 27 October 2016, 18:42:15 UTC, committed by Serhiy Storchaka on 27 October 2016, 18:42:15 UTC
2 parent s 0093907 + 1ecf7d2
Raw File
Tip revision: 159f97b2d7aba6f2d5cdc7f6155298ca33626762 authored by Serhiy Storchaka on 27 October 2016, 18:42:15 UTC
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Tip revision: 159f97b
vgrindefs
# vgrind is a pretty-printer that takes source code and outputs
# eye-pleasing postscript.  The entry below should be added to your
# local vgrindefs file.  Contributed by Neale Pickett <neale@lanl.gov>.

python|Python|py:\
        :pb=^\d?(def|class)\d\p(\d|\\|\(|\:):\
        :cb=#:ce=$:sb=":se=\e":lb=':le=\e':\
        :kw=assert and break class continue def del elif else except\
         finally for from global if import in is lambda not or\
         pass print raise return try while yield:
back to top