Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreikop/python-ws-discovery
/ getPathExQueryFragment
Method
getPathExQueryFragment
wsdiscovery/uri.py:30–36 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
28
return
self._path
29
30
def
getPathExQueryFragment(self):
31
i = self._path.find(
"?"
)
32
path = self.getPath()
33
if
i != -1:
34
return
path[:self._path.find(
"?"
)]
35
else
:
36
return
path
37
Callers
2
matchScope
Function · 0.95
extractSoapUdpAddressFromURI
Function · 0.80
Calls
1
getPath
Method · 0.95
Tested by
no test coverage detected