Example #1
0
 def __init__(self):
     LineMill.__init__(self, "//", "// -*- C++ -*-")
     return
Example #2
0
 def __init__(self):
     LineMill.__init__(self, "#", "# -*- Python -*-")
     return
Example #3
0
 def __init__(self):
     LineMill.__init__(self, "#", "#!/usr/bin/env perl")
     return
Example #4
0
 def __init__(self):
     LineMill.__init__(self, "#", "#!/usr/bin/env perl")
     return
Example #5
0
 def __init__(self):
     LineMill.__init__(self, "%", "% -*- TeX -*-")
     return
Example #6
0
 def __init__(self):
     LineMill.__init__(self, "#", "#!/bin/csh")
     return
Example #7
0
 def __init__(self):
     LineMill.__init__(self, "#", "# -*- Python -*-")
     return
Example #8
0
 def __init__(self):
     LineMill.__init__(self, "%", "% -*- TeX -*-")
     return
Example #9
0
 def __init__(self):
     LineMill.__init__(self, "#", "#!/bin/sh")
     return
Example #10
0
 def __init__(self):
     LineMill.__init__(self, "c", "c -*- Fortran -*-")
     return
Example #11
0
 def __init__(self):
     LineMill.__init__(self, "!", "! -*- F90 -*-")
     return
Example #12
0
 def __init__(self):
     LineMill.__init__(self, "#", "# -*- Makefile -*-")
     return
Example #13
0
 def __init__(self):
     LineMill.__init__(self, "#", "# -*- Makefile -*-")
     return
Example #14
0
 def __init__(self):
     LineMill.__init__(self, "c", "c -*- Fortran -*-")
     return
Example #15
0
 def __init__(self):
     LineMill.__init__(self, "//", "// -*- C++ -*-")
     return
 def __init__(self, options=None):
     LineMill.__init__(self, '!', _FIRSTLINE)
     return