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

Method call_method

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

Source from the content-addressed store, hash-verified

682 return opcua.common.manage_nodes.create_reference_type(self, nodeid, bname, symmetric, inversename)
683
684 def call_method(self, methodid, *args):
685 return opcua.common.methods.call_method(self, methodid, *args)
686
687 def register(self):
688 """

Callers 12

uacallFunction · 0.80
test_server_methodMethod · 0.80
test_methodMethod · 0.80
test_method_arrayMethod · 0.80
test_method_array2Method · 0.80
test_method_tupleMethod · 0.80
test_method_noneMethod · 0.80
client-example.pyFile · 0.80
client_minimal.pyFile · 0.80

Calls

no outgoing calls

Tested by 6

test_server_methodMethod · 0.64
test_methodMethod · 0.64
test_method_arrayMethod · 0.64
test_method_array2Method · 0.64
test_method_tupleMethod · 0.64
test_method_noneMethod · 0.64