MCPcopy 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

constructProbeMatchFunction · 0.95
parseProbeMatchMessageFunction · 0.95
parseHelloMessageFunction · 0.95
constructResolveMatchFunction · 0.95
parseResolveMatchMessageFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected