SYMBOL INDEX (7 symbols across 1 files) FILE: get_authors.py class AuthorParser (line 12) | class AuthorParser( HTMLParser ): method handle_starttag (line 16) | def handle_starttag(self, tag, attr): method handle_endtag (line 26) | def handle_endtag(self, tag): method handle_data (line 44) | def handle_data(self, data): method get_authors (line 51) | def get_authors(self): method clean (line 54) | def clean(self): function getPaperNames (line 60) | def getPaperNames( readme_file ):