Utilities/ModuleParser.py

changeset 3591
2f2a4a76dd22
parent 3539
0c2dc1446ebf
child 3621
15f23ed3f216
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
470 else: 470 else:
471 self.globals[name].addAssignment(attr.lineno) 471 self.globals[name].addAssignment(attr.lineno)
472 472
473 def addDescription(self, description): 473 def addDescription(self, description):
474 """ 474 """
475 Protected method to store the modules docstring. 475 Public method to store the modules docstring.
476 476
477 @param description the docstring to be stored (string) 477 @param description the docstring to be stored (string)
478 """ 478 """
479 self.description = description 479 self.description = description
480 480

eric ide

mercurial