class documentation

class AnchorCheckParser(HTMLParser):

View In Hierarchy

Specialized HTML parser that looks for a specific anchor.
Method __init__ Undocumented
Method handle​_starttag Undocumented
Instance Variable found Undocumented
Instance Variable search​_anchor Undocumented
def __init__(self, search_anchor):

Undocumented

Parameters
search​_anchor:strUndocumented
def handle_starttag(self, tag, attrs):

Undocumented

Parameters
tag:AnyUndocumented
attrs:AnyUndocumented
found: bool =

Undocumented

search_anchor =

Undocumented