eric6/WebBrowser/Sync/SyncHandler.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8273
698ae46f40a4
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
175 175
176 def initialLoadAndCheck(self, forceUpload): 176 def initialLoadAndCheck(self, forceUpload):
177 """ 177 """
178 Public method to do the initial check. 178 Public method to do the initial check.
179 179
180 @keyparam forceUpload flag indicating a forced upload of the files 180 @param forceUpload flag indicating a forced upload of the files
181 (boolean) 181 (boolean)
182 @exception NotImplementedError raised to indicate that this method 182 @exception NotImplementedError raised to indicate that this method
183 must be implemented by subclasses 183 must be implemented by subclasses
184 """ 184 """
185 raise NotImplementedError 185 raise NotImplementedError

eric ide

mercurial