Exemplo n.º 1
0
 def __init__(self, name_to_libs_dictionary):
     RowHandler.__init__(self)
     self.dct = {}
     self.name_to_libs_dictionary = name_to_libs_dictionary
Exemplo n.º 2
0
	def __init__(self, name_to_libs_dictionary):
		RowHandler.__init__(self)
		self.dct = {}
		self.name_to_libs_dictionary = name_to_libs_dictionary
Exemplo n.º 3
0
 def __init__(self):
     RowHandler.__init__(self)
     self.dct = {}
Exemplo n.º 4
0
	def __init__(self):
		RowHandler.__init__(self)
		self.dct = {}