Home
last modified time | relevance | path

Searched defs:toprettyxml (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/xml/dom/
Dminidom.py48 def toprettyxml(self, indent="\t", newl="\n", encoding = None): member in Node
/external/python/cpython3/Lib/xml/dom/
Dminidom.py49 def toprettyxml(self, indent="\t", newl="\n", encoding=None, member in Node