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

Method getScheme

wsdiscovery/uri.py:21–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19 self._path = uri[i1 + 1:]
20
21 def getScheme(self):
22 return self._scheme
23
24 def getAuthority(self):
25 return self._authority

Callers 1

matchScopeFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected