MCPcopy Index your code
hub / github.com/python/cpython / EventCollectorExtra

Class EventCollectorExtra

Lib/test/test_htmlparser.py:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86
87class EventCollectorExtra(EventCollector):
88
89 def handle_starttag(self, tag, attrs):
90 EventCollector.handle_starttag(self, tag, attrs)
91 self.append(("starttag_text", self.get_starttag_text()))
92
93
94class EventCollectorCharrefs(EventCollector):

Callers 1

_run_check_extraMethod · 0.85

Calls

no outgoing calls

Tested by 1

_run_check_extraMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…