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

Method getScopes

wsdiscovery/service.py:27–29  ·  view source on GitHub ↗

get the service scopes

(self)

Source from the content-addressed store, hash-verified

25 self._types = types
26
27 def getScopes(self):
28 "get the service scopes"
29 return self._scopes
30
31 def setScopes(self, scopes):
32 "set the service scopes"

Callers 8

discoverFunction · 0.45
matchesFilterFunction · 0.45
showEnvFunction · 0.45
_handle_probeMethod · 0.45
_handle_probematchesMethod · 0.45
_handle_helloMethod · 0.45
test_probingFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_probingFunction · 0.36