MCPcopy Index your code
hub / github.com/RustPython/RustPython / BaseDummyBuilder

Class BaseDummyBuilder

Lib/test/test_xml_etree.py:3680–3682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3678
3679 def test_dummy_builder(self):
3680 class BaseDummyBuilder:
3681 def close(self):
3682 return 42
3683
3684 class DummyBuilder(BaseDummyBuilder):
3685 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