Esempio n. 1
0
 def __init__(self,name,compiler=''):
     standard_info = converters.standard_info
     self.name = name
     self.functions = []
     self.compiler = compiler
     self.customize = base_info.custom_info()
     self._build_information = base_info.info_list(standard_info)
Esempio n. 2
0
 def __init__(self,name,compiler=''):
     standard_info = converters.standard_info
     self.name = name
     self.functions = []
     self.compiler = compiler
     self.customize = base_info.custom_info()
     self._build_information = base_info.info_list(standard_info)
Esempio n. 3
0
 def info_object(self):
     return base_info.custom_info()
Esempio n. 4
0
 def info_object(self):
     return base_info.custom_info()