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

Method setInstanceId

wsdiscovery/envelope.py:63–64  ·  view source on GitHub ↗
(self, instanceId)

Source from the content-addressed store, hash-verified

61 return self._instanceId
62
63 def setInstanceId(self, instanceId):
64 self._instanceId = instanceId
65
66 def getSequenceId(self):
67 return self._sequenceId

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected