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

Method _call_status

opcua/common/subscription.py:184–188  ·  view source on GitHub ↗
(self, status)

Source from the content-addressed store, hash-verified

182 self.logger.error("Event subscription created but handler has no event_notification method")
183
184 def _call_status(self, status):
185 try:
186 self._handler.status_change_notification(status.Status)
187 except Exception:
188 self.logger.exception("Exception calling status change handler")
189
190 def subscribe_data_change(self, nodes, attr=ua.AttributeIds.Value, queuesize=0):
191 """

Callers 1

publish_callbackMethod · 0.95

Calls 1

Tested by

no test coverage detected