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

Method setScopes

wsdiscovery/envelope.py:93–94  ·  view source on GitHub ↗
(self, scopes)

Source from the content-addressed store, hash-verified

91 return self._scopes
92
93 def setScopes(self, scopes):
94 self._scopes = scopes
95
96 def getXAddrs(self):
97 return self._xAddrs

Callers 3

constructHelloFunction · 0.95
parseHelloMessageFunction · 0.95
constructProbeFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected