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

Method setMessageNumber

wsdiscovery/envelope.py:81–82  ·  view source on GitHub ↗
(self, messageNumber)

Source from the content-addressed store, hash-verified

79 return self._messageNumber
80
81 def setMessageNumber(self, messageNumber):
82 self._messageNumber = messageNumber
83
84 def getTypes(self):
85 return self._types

Callers 4

constructByeFunction · 0.95
constructProbeMatchFunction · 0.95
constructHelloFunction · 0.95
constructResolveMatchFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected