Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreikop/python-ws-discovery
/ addXAddrs
Function
addXAddrs
wsdiscovery/util.py:83–85 ·
view source on GitHub ↗
(doc, node, xAddrs)
Source
from the content-addressed store, hash-verified
81
82
83
def
addXAddrs(doc, node, xAddrs):
84
if
xAddrs is not len(xAddrs) > 0:
85
addElementWithText(doc, node,
"d:XAddrs"
, NS_DISCOVERY,
" "
.join([x
for
x in xAddrs]))
86
87
88
def
getDocAsString(doc):
Callers
3
createProbeMatchMessage
Function · 0.85
createHelloMessage
Function · 0.85
createResolveMatchMessage
Function · 0.85
Calls
2
addElementWithText
Function · 0.85
join
Method · 0.80
Tested by
no test coverage detected