Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
def
_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
128
def
extractSoapUdpAddressFromURI(uri):
Callers
3
getXAddrs
Function · 0.85
getTypes
Function · 0.85
getScopes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected