Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreikop/python-ws-discovery
/ getDocAsString
Function
getDocAsString
wsdiscovery/util.py:88–92 ·
view source on GitHub ↗
(doc)
Source
from the content-addressed store, hash-verified
86
87
88
def
getDocAsString(doc):
89
outStr = None
90
stream = io.StringIO(outStr)
91
stream.write(doc.toprettyxml())
92
return
stream.getvalue()
93
94
95
def
getBodyEl(doc):
Callers
6
createByeMessage
Function · 0.85
createResolveMessage
Function · 0.85
createProbeMatchMessage
Function · 0.85
createHelloMessage
Function · 0.85
createProbeMessage
Function · 0.85
createResolveMatchMessage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected