コード例 #1
0
ファイル: ext_tools.py プロジェクト: 151706061/Slicer
 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)
コード例 #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)
コード例 #3
0
ファイル: c_spec.py プロジェクト: mattyhk/basketball-django
 def info_object(self):
     return base_info.custom_info()
コード例 #4
0
 def info_object(self):
     return base_info.custom_info()