MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / is_ready

Method is_ready

opcua/common/subscription.py:110–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108 results[0].check()
109
110 def is_ready(self):
111 return bool(self.subscription_id)
112
113 def ready_callback(self, response):
114 self.subscription_id = self.subscription_id or response.Parameters.SubscriptionId

Callers 2

publish_callbackMethod · 0.95

Calls

no outgoing calls

Tested by 1