MCPcopy Index your code
hub / github.com/clips/pattern / __init__

Method __init__

pattern/web/__init__.py:662–663  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

660class HTMLParser(sgmllib.SGMLParser):
661
662 def __init__(self):
663 sgmllib.SGMLParser.__init__(self)
664
665 def handle_starttag(self, tag, attrs):
666 pass

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected