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

Method toxml

Lib/xml/dom/minidom.py:46–47  ·  view source on GitHub ↗
(self, encoding=None, standalone=None)

Source from the content-addressed store, hash-verified

44 return True
45
46 def toxml(self, encoding=None, standalone=None):
47 return self.toprettyxml("", "", encoding, standalone)
48
49 def toprettyxml(self, indent="\t", newl="\n", encoding=None,
50 standalone=None):

Callers 14

testInsertBeforeMethod · 0.80
testAAAMethod · 0.80
testAABMethod · 0.80
testWriteXMLMethod · 0.80
test_toxml_quote_textMethod · 0.80
testCloneElementDeepMethod · 0.80
testEncodingsMethod · 0.80
testStandaloneMethod · 0.80
testEmptyXMLNSValueMethod · 0.80

Calls 1

toprettyxmlMethod · 0.95

Tested by 13

testInsertBeforeMethod · 0.64
testAAAMethod · 0.64
testAABMethod · 0.64
testWriteXMLMethod · 0.64
test_toxml_quote_textMethod · 0.64
testCloneElementDeepMethod · 0.64
testEncodingsMethod · 0.64
testStandaloneMethod · 0.64
testEmptyXMLNSValueMethod · 0.64