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

Method get_root_node

opcua/client/client.py:525–526  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

523 return self.uaclient.close_session(True)
524
525 def get_root_node(self):
526 return self.get_node(ua.TwoByteNodeId(ua.ObjectIds.RootFolder))
527
528 def get_objects_node(self):
529 return self.get_node(ua.TwoByteNodeId(ua.ObjectIds.ObjectsFolder))

Callers 15

uaclientFunction · 0.95
test_get_rootMethod · 0.45
test_rootMethod · 0.45
test_bad_attributeMethod · 0.45
test_node_pathMethod · 0.45
test_use_namespaceMethod · 0.45
test_incl_subtypesMethod · 0.45

Calls 1

get_nodeMethod · 0.95

Tested by 13

test_get_rootMethod · 0.36
test_rootMethod · 0.36
test_bad_attributeMethod · 0.36
test_node_pathMethod · 0.36
test_use_namespaceMethod · 0.36
test_incl_subtypesMethod · 0.36
test_enumMethod · 0.36