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

Method test_builder

Lib/test/test_xml_dom_xmlbuilder.py:46–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 self.assertIsNone(source.stringData)
45
46 def test_builder(self):
47 imp = getDOMImplementation()
48 self.assertIsInstance(imp, xmlbuilder.DOMImplementationLS)
49
50 builder = imp.createDOMBuilder(imp.MODE_SYNCHRONOUS, None)
51 self.assertIsInstance(builder, xmlbuilder.DOMBuilder)
52
53 def test_parse_uri(self):
54 body = (

Callers

nothing calls this directly

Calls 3

getDOMImplementationFunction · 0.90
assertIsInstanceMethod · 0.80
createDOMBuilderMethod · 0.80

Tested by

no test coverage detected