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 |