MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / server-extension-object-as-method-argument.py

File server-extension-object-as-method-argument.py

examples/server-extension-object-as-method-argument.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from opcua import Server, ua, uamethod
2
3@uamethod
4def callback(parent, in_extobj):

Callers

nothing calls this directly

Calls 10

ServerClass · 0.90
set_endpointMethod · 0.80
set_security_policyMethod · 0.80
get_objects_nodeMethod · 0.45
register_namespaceMethod · 0.45
load_type_definitionsMethod · 0.45
add_objectMethod · 0.45
add_methodMethod · 0.45
add_variableMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected