Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreikop/python-ws-discovery
/ setEPR
Method
setEPR
wsdiscovery/envelope.py:75–76 ·
view source on GitHub ↗
(self, epr)
Source
from the content-addressed store, hash-verified
73
return
self._epr
74
75
def
setEPR(self, epr):
76
self._epr = epr
77
78
def
getMessageNumber(self):
79
return
self._messageNumber
Callers
6
constructBye
Function · 0.95
parseByeMessage
Function · 0.95
constructResolve
Function · 0.95
parseResolveMessage
Function · 0.95
constructHello
Function · 0.95
parseHelloMessage
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected