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)