150 |
150 |
151 def prepareAPIs(self, ondemand=False, rawList=None): |
151 def prepareAPIs(self, ondemand=False, rawList=None): |
152 """ |
152 """ |
153 Public method to prepare the APIs if necessary. |
153 Public method to prepare the APIs if necessary. |
154 |
154 |
155 @keyparam ondemand flag indicating a requested preparation (boolean) |
155 @param ondemand flag indicating a requested preparation (boolean) |
156 @keyparam rawList list of raw API files (list of strings) |
156 @param rawList list of raw API files (list of strings) |
157 """ |
157 """ |
158 if self.__apis is None or self.__inPreparation: |
158 if self.__apis is None or self.__inPreparation: |
159 return |
159 return |
160 |
160 |
161 needsPreparation = False |
161 needsPreparation = False |