eric6/QScintilla/APIsManager.py

changeset 7900
72b88fb20261
parent 7781
607a6098cb44
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
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

eric ide

mercurial