MCPcopy 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
83def 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
88def getDocAsString(doc):

Callers 3

createProbeMatchMessageFunction · 0.85
createHelloMessageFunction · 0.85

Calls 2

addElementWithTextFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected