Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
discover
Function · 0.45
matchesFilter
Function · 0.45
showEnv
Function · 0.45
_handle_probe
Method · 0.45
_handle_probematches
Method · 0.45
_handle_resolvematches
Method · 0.45
_handle_hello
Method · 0.45
test_probing
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_probing
Function · 0.36