Closed
Description
Bug report
Hello,
I receive the error in the title from LGTM.com when subclassing the HTMLParser class. Should HTMLParser technically be calling: super().__init__()
, or something similar, in its own initialiser? I know adding this call won't improve the functionality as the BaseParser initialiser does nothing of interest for subclasses, but I guess it would stop annoying errors like this.
Relevant code is here:
Lines 62 to 93 in eb81c1a
And here:
Lines 23 to 30 in eb81c1a
Metadata
Metadata
Assignees
Projects
Status
Done