src/eric7/Toolbox/SingleApplication.py

branch
eric7
changeset 10303
ee1aadab1215
parent 10069
435cc5875135
child 10431
64157aeb0312
equal deleted inserted replaced
10302:8cb0dabf852f 10303:ee1aadab1215
166 self.sock.disconnectFromServer() 166 self.sock.disconnectFromServer()
167 self.connected = False 167 self.connected = False
168 168
169 def processArgs(self, args): 169 def processArgs(self, args):
170 """ 170 """
171 Public method to process the command line args passed to the UI. 171 Public method to process the command line arguments passed to the UI.
172 172
173 <b>Note</b>: This method must be overridden by subclasses. 173 <b>Note</b>: This method must be overridden by subclasses.
174 174
175 @param args command line args (list of strings) 175 @param args namespace object containing the parsed command line parameters
176 @type argparse.Namespace
176 @exception NotImplementedError raised to indicate that this method must be 177 @exception NotImplementedError raised to indicate that this method must be
177 implemented by a subclass 178 implemented by a subclass
178 """ 179 """
179 raise NotImplementedError("'processArgs' must be overridden") 180 raise NotImplementedError("'processArgs' must be overridden")
180 181

eric ide

mercurial