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

Method getReplyTo

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

Source from the content-addressed store, hash-verified

52 self._to = to
53
54 def getReplyTo(self):
55 return self._replyTo
56
57 def setReplyTo(self, replyTo):
58 self._replyTo = replyTo

Callers 3

showEnvFunction · 0.80
createResolveMessageFunction · 0.80
createProbeMessageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected