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

Class DummyBuilder

Lib/test/test_xml_etree.py:3725–3726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3723 return 42
3724
3725 class DummyBuilder(BaseDummyBuilder):
3726 data = start = end = lambda *a: None
3727
3728 parser = ET.XMLParser(target=DummyBuilder())
3729 parser.feed(self.sample1)

Callers 1

test_dummy_builderMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_dummy_builderMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…