Ejemplo n.º 1
0
	def __init__(self, *args):
		OutputFormatter.__init__(self, *args)
		self.callbacks = {
			self.PRE : [],
			self.MAIN : [],
			self.POST : []
		}
Ejemplo n.º 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
Ejemplo n.º 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
Ejemplo n.º 4
0
 def __init__(self, *args):
     OutputFormatter.__init__(self, *args)
     self.callbacks = {self.PRE: [], self.MAIN: [], self.POST: []}