Question about html.parser.HTMLParser class

101 Views Asked by At

I have one doubt while reading the Python documentation about html.parser.HTMLParser class have some value inside parenthesis. Since learning Python, I have read that classes with parenthesis are used for inheritance by other classes. But here there are some parameters passed while instantiating the class. I'm new to Python and I would like to understand it correctly.

class html.parser.HTMLParser(*, convert_charrefs=True)
0

There are 0 best solutions below