MCPcopy Create free account
hub / github.com/andreikop/python-ws-discovery / dom2Str

Function dom2Str

wsdiscovery/util.py:305–307  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

303
304
305def dom2Str(data):
306 dom = minidom.parseString(data)
307 return "\n" + dom.toprettyxml(indent=" ") + "\n"
308
309
310

Callers 2

_recvMessagesMethod · 0.85
_sendMsgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected