Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreikop/python-ws-discovery
/ setRelatesTo
Method
setRelatesTo
wsdiscovery/envelope.py:39–40 ·
view source on GitHub ↗
(self, relatesTo)
Source
from the content-addressed store, hash-verified
37
return
self._relatesTo
38
39
def
setRelatesTo(self, relatesTo):
40
self._relatesTo = relatesTo
41
42
def
getRelationshipType(self):
43
return
self._relationshipType
Callers
5
constructProbeMatch
Function · 0.95
parseProbeMatchMessage
Function · 0.95
parseHelloMessage
Function · 0.95
constructResolveMatch
Function · 0.95
parseResolveMatchMessage
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected