eric6/WebBrowser/Sync/SyncHandler.py

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