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

Method add_method

opcua/common/node.py:678–679  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

676 return opcua.common.manage_nodes.create_property(self, nodeid, bname, val, varianttype, datatype)
677
678 def add_method(self, *args):
679 return opcua.common.manage_nodes.create_method(self, *args)
680
681 def add_reference_type(self, nodeid, bname, symmetric=True, inversename=None):
682 return opcua.common.manage_nodes.create_reference_type(self, nodeid, bname, symmetric, inversename)

Callers 10

uaserverFunction · 0.45
_create_custom_typeMethod · 0.45
test_server_methodMethod · 0.45
add_server_methodsFunction · 0.45
test_xml_methodMethod · 0.45
server-example.pyFile · 0.45
server-methods.pyFile · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 4

test_server_methodMethod · 0.36
add_server_methodsFunction · 0.36
test_xml_methodMethod · 0.36