MCPcopy
hub / github.com/iBaa/PlexConnect / prettyXML

Function prettyXML

Debug.py:114–116  ·  view source on GitHub ↗
(elem)

Source from the content-addressed store, hash-verified

112 elem.tail = i
113
114def prettyXML(elem):
115 indent(elem)
116 return(etree.tostring(elem))
117
118
119

Callers 2

XMLConverter.pyFile · 0.85
dprintFunction · 0.85

Calls 1

indentFunction · 0.85

Tested by

no test coverage detected