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

Class BaseDummyBuilder

Lib/test/test_xml_etree.py:3721–3723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3719
3720 def test_dummy_builder(self):
3721 class BaseDummyBuilder:
3722 def close(self):
3723 return 42
3724
3725 class DummyBuilder(BaseDummyBuilder):
3726 data = start = end = lambda *a: None

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…