示例#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
 def __init__(self):
     BlockMill.__init__(self, "/*", " *", " */", "/*  -*- C -*-  */")
     return