Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Doc/tools/check-html-ids.py:23–25 ·
view source on GitHub ↗
(self, ids)
Source
from the content-addressed store, hash-verified
21
22
class
IDGatherer(html.parser.HTMLParser):
23
def
__init__(self, ids):
24
super().__init__()
25
self.__ids = ids
26
27
def
handle_starttag(self, tag, attrs):
28
for
name, value in attrs:
Callers
nothing calls this directly
Calls
1
super
Class · 0.85
Tested by
no test coverage detected