File: python

package info (click to toggle)
le 1.16.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,848 kB
  • sloc: ansic: 30,032; cpp: 18,198; sh: 4,754; makefile: 112; perl: 82
file content (10 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# -*- LE-syntax -*-
# Python mode, by Serge Vakulenko <vak@cronyx.ru>
c3=#.*$
c3='''(?:.|\n)*?'''|"""(?:.|\n)*?"""
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|with|as\
)([^[:alnum:]_]|$)
c2=: