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

Method get_collector

Lib/test/test_htmlparser.py:112–113  ·  view source on GitHub ↗
(self, convert_charrefs=False)

Source from the content-addressed store, hash-verified

110class TestCaseBase(unittest.TestCase):
111
112 def get_collector(self, convert_charrefs=False):
113 return EventCollector(convert_charrefs=convert_charrefs)
114
115 def _run_check(self, source, expected_events,
116 *, collector=None, convert_charrefs=False):

Callers 1

_run_checkMethod · 0.95

Calls 1

EventCollectorClass · 0.85

Tested by

no test coverage detected