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

Method getRelatesTo

wsdiscovery/envelope.py:36–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 self._messageId = messageId
35
36 def getRelatesTo(self):
37 return self._relatesTo
38
39 def setRelatesTo(self, relatesTo):
40 self._relatesTo = relatesTo

Callers 5

_recvMessagesMethod · 0.80
showEnvFunction · 0.80
createProbeMatchMessageFunction · 0.80
createHelloMessageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected