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

Method get_children_descriptions

opcua/common/node.py:339–340  ·  view source on GitHub ↗
(self, refs=ua.ObjectIds.HierarchicalReferences, nodeclassmask=ua.NodeClass.Unspecified, includesubtypes=True)

Source from the content-addressed store, hash-verified

337 return self.get_children(refs=ua.ObjectIds.HasComponent, nodeclassmask=ua.NodeClass.Method)
338
339 def get_children_descriptions(self, refs=ua.ObjectIds.HierarchicalReferences, nodeclassmask=ua.NodeClass.Unspecified, includesubtypes=True):
340 return self.get_references(refs, ua.BrowseDirection.Forward, nodeclassmask, includesubtypes)
341
342 def get_encoding_refs(self):
343 return self.get_referenced_nodes(ua.ObjectIds.HasEncoding, ua.BrowseDirection.Forward)

Callers 7

_copy_nodeFunction · 0.95
_lsprint_0Function · 0.80
_lsprint_1Function · 0.80
is_child_presentFunction · 0.80
load_type_definitionsFunction · 0.80
_instantiate_nodeFunction · 0.80
test_incl_subtypesMethod · 0.80

Calls 1

get_referencesMethod · 0.95

Tested by 1

test_incl_subtypesMethod · 0.64