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

Method _run_check_extra

Lib/test/test_htmlparser.py:130–132  ·  view source on GitHub ↗
(self, source, events)

Source from the content-addressed store, hash-verified

128 "\nReceived:\n" + pprint.pformat(events))
129
130 def _run_check_extra(self, source, events):
131 self._run_check(source, events,
132 collector=EventCollectorExtra(convert_charrefs=False))
133
134
135class HTMLParserTestCase(TestCaseBase):

Callers 1

Calls 2

_run_checkMethod · 0.95
EventCollectorExtraClass · 0.85

Tested by

no test coverage detected