Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructBye
Function · 0.95
parseByeMessage
Function · 0.95
constructResolve
Function · 0.95
parseResolveMessage
Function · 0.95
constructProbeMatch
Function · 0.95
parseProbeMatchMessage
Function · 0.95
constructHello
Function · 0.95
parseHelloMessage
Function · 0.95
constructProbe
Function · 0.95
parseProbeMessage
Function · 0.95
constructResolveMatch
Function · 0.95
parseResolveMatchMessage
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected