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

Method get_description_refs

opcua/common/node.py:345–346  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

343 return self.get_referenced_nodes(ua.ObjectIds.HasEncoding, ua.BrowseDirection.Forward)
344
345 def get_description_refs(self):
346 return self.get_referenced_nodes(ua.ObjectIds.HasDescription, ua.BrowseDirection.Forward)
347
348 def get_references(self, refs=ua.ObjectIds.References, direction=ua.BrowseDirection.Both, nodeclassmask=ua.NodeClass.Unspecified, includesubtypes=True):
349 """

Callers

nothing calls this directly

Calls 1

get_referenced_nodesMethod · 0.95

Tested by

no test coverage detected