Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_callback
Method · 0.95
test_subscription_timeout_deadlock
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_subscription_timeout_deadlock
Method · 0.64