Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
305
def
dom2Str(data):
306
dom = minidom.parseString(data)
307
return
"\n"
+ dom.toprettyxml(indent=
" "
) +
"\n"
308
309
310
Callers
2
_recvMessages
Method · 0.85
_sendMsg
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected