Staging
v0.8.1
https://github.com/python/cpython
Revision a7c650934d8e3b62d7e0b2aeaf30fd486922d484 authored by Tim Peters on 01 August 2004, 23:26:05 UTC, committed by Tim Peters on 01 August 2004, 23:26:05 UTC
1 parent 86c7d2f
Raw File
Tip revision: a7c650934d8e3b62d7e0b2aeaf30fd486922d484 authored by Tim Peters on 01 August 2004, 23:26:05 UTC
lock_held() docs: Use True/False instead of 1/0. The LaTeX docs were
Tip revision: a7c6509
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\
         exec finally for from global if import in is lambda not or\
         pass print raise return try while yield:
back to top