Exemple #1
0
	def __init__(self, *args):
		OutputFormatter.__init__(self, *args)
		self.callbacks = {
			self.PRE : [],
			self.MAIN : [],
			self.POST : []
		}
Exemple #2
0
 def __init__(self, template_file, *args):
     OutputFormatter.__init__(self, *args)
     self.template_file = template_file
     self.register_option("token_flag_type", default="int")
     self.symbols = None
Exemple #3
0
	def __init__(self, template_file, *args):
		OutputFormatter.__init__(self, *args)
		self.template_file = template_file
		self.register_option("token_flag_type", default="int")
		self.symbols = None
Exemple #4
0
 def __init__(self, *args):
     OutputFormatter.__init__(self, *args)
     self.callbacks = {self.PRE: [], self.MAIN: [], self.POST: []}