예제 #1
0
파일: c.py 프로젝트: iwillspeak/Parsegen
	def __init__(self, *args):
		MustacheFormatter.__init__(self, "c.mustache", *args)
예제 #2
0
	def __init__(self, *args):
		MustacheFormatter.__init__(self, "ruby.mustache",  *args)
		self.register_option("ruby_module", default="", prefix=False)
예제 #3
0
파일: c.py 프로젝트: Tubbz-alt/Parsegen
 def __init__(self, *args):
     MustacheFormatter.__init__(self, "c.mustache", *args)