예제 #1
0
 def __init__(self):
     BlockMill.__init__(
         self, "<!--", " !", "-->",
         '<!doctype html public "-//w3c//dtd html 4.0 transitional//en">')
     return
예제 #2
0
 def __init__(self):
     BlockMill.__init__(
         self, "<!--", " !", "-->",
         '<!doctype html public "-//w3c//dtd html 4.0 transitional//en">')
     return
예제 #3
0
 def __init__(self):
     BlockMill.__init__(self, "<!--", "!", "-->", '<?xml version="1.0"?>')
     return
예제 #4
0
 def __init__(self):
     BlockMill.__init__(self, "#", "#", "#", '')
     return
예제 #5
0
 def __init__(self):
     BlockMill.__init__(self, "#", "#", "#", '')
     return
예제 #6
0
 def __init__(self):
     BlockMill.__init__(self, "/*", " *", " */", "/*  -*- C -*-  */")
     return
예제 #7
0
파일: CMill.py 프로젝트: bmi-forum/bmi-pyre
 def __init__(self):
     BlockMill.__init__(self, "/*", " *", " */", "/*  -*- C -*-  */")
     return