File: python

package info (click to toggle)
le 1.14.9-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,484 kB
  • ctags: 3,776
  • sloc: ansic: 22,207; cpp: 18,547; sh: 4,691; makefile: 82
file content (9 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
# -*- LE-syntax -*-
# Python mode, by Serge Vakulenko <vak@cronyx.ru>
c3=#.*$
c3="([^"\\]|\\\\(.|\n))*"|'([^'\\]|\\\\(.|\n))*'
c1,2=([^[:alnum:]_]|^)(if|elif|else|for|in|break|continue|while|pass\
 |try|except|raise|finally|import|from|class|def|return|global\
 |print|del|exec|access|in|or|and|not|is|lambda\
)([^[:alnum:]_]|$)
c2=: