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

Method writexml

Lib/xml/dom/minidom.py:1125–1126  ·  view source on GitHub ↗
(self, writer, indent="", addindent="", newl="")

Source from the content-addressed store, hash-verified

1123 return newText
1124
1125 def writexml(self, writer, indent="", addindent="", newl=""):
1126 _write_data(writer, "%s%s%s" % (indent, self.data, newl), False)
1127
1128 # DOM Level 3 (WD 9 April 2002)
1129

Callers 4

toprettyxmlMethod · 0.45
writexmlMethod · 0.45
writexmlMethod · 0.45

Calls 1

_write_dataFunction · 0.85

Tested by 1