예제 #1
0
파일: dsls.py 프로젝트: kylemitra/BME-547
 def __init__(self, **options):
     self._reset_stringescapes()
     ExtendedRegexLexer.__init__(self, **options)
예제 #2
0
파일: dsls.py 프로젝트: axil/blog
 def __init__(self, **options):
     self._reset_stringescapes()
     ExtendedRegexLexer.__init__(self, **options)