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

Function _parseSpaceSeparatedList

wsdiscovery/util.py:120–125  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

118
119
120def _parseSpaceSeparatedList(node):
121 if node.childNodes:
122 return [item.replace('%20', ' ') \
123 for item in node.childNodes[0].data.split()]
124 else:
125 return []
126
127
128def extractSoapUdpAddressFromURI(uri):

Callers 3

getXAddrsFunction · 0.85
getTypesFunction · 0.85
getScopesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected