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

Method setAction

wsdiscovery/envelope.py:27–28  ·  view source on GitHub ↗
(self, action)

Source from the content-addressed store, hash-verified

25 return self._action
26
27 def setAction(self, action):
28 self._action = action
29
30 def getMessageId(self):
31 return self._messageId

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