Utilities/ClassBrowsers/ClbrBaseClasses.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2791
a9577f248f04
parent 2997
7f0ef975da9e
child 3145
a9de05d4a22f
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
201 201
202 def addAssignment(self, lineno): 202 def addAssignment(self, lineno):
203 """ 203 """
204 Public method to add another assignment line number. 204 Public method to add another assignment line number.
205 205
206 @param lineno linenumber of the additional attribute assignment (integer) 206 @param lineno linenumber of the additional attribute assignment
207 (integer)
207 """ 208 """
208 if lineno not in self.linenos: 209 if lineno not in self.linenos:
209 self.linenos.append(lineno) 210 self.linenos.append(lineno)
210 211
211 212

eric ide

mercurial