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

Method setTo

wsdiscovery/envelope.py:51–52  ·  view source on GitHub ↗
(self, to)

Source from the content-addressed store, hash-verified

49 return self._to
50
51 def setTo(self, to):
52 self._to = to
53
54 def getReplyTo(self):
55 return self._replyTo

Callers 12

constructByeFunction · 0.95
parseByeMessageFunction · 0.95
constructResolveFunction · 0.95
parseResolveMessageFunction · 0.95
constructProbeMatchFunction · 0.95
parseProbeMatchMessageFunction · 0.95
constructHelloFunction · 0.95
parseHelloMessageFunction · 0.95
constructProbeFunction · 0.95
parseProbeMessageFunction · 0.95
constructResolveMatchFunction · 0.95
parseResolveMatchMessageFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected