MCPcopy 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

constructByeFunction · 0.95
parseByeMessageFunction · 0.95
constructResolveFunction · 0.95
parseResolveMessageFunction · 0.95
constructHelloFunction · 0.95
parseHelloMessageFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected