class documentation

class RemovingHTMLParser(HTMLParser):

View In Hierarchy

A HTMLParser that only handles data, effectively removing HTML tags.

Method __init__ Undocumented
Method handle_data Undocumented
Instance Variable text Undocumented
def __init__(self):

Undocumented

def handle_data(self, data):

Undocumented

text: list =

Undocumented