eric6/QScintilla/APIsManager.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8176
31965986ecd1
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
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