MCPcopy 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

matchScopeFunction · 0.95

Calls 1

getPathMethod · 0.95

Tested by

no test coverage detected