Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
from
opcua
import
Server, ua, uamethod
2
3
@uamethod
4
def
callback(parent, in_extobj):
Callers
nothing calls this directly
Calls
10
Server
Class · 0.90
set_endpoint
Method · 0.80
set_security_policy
Method · 0.80
get_objects_node
Method · 0.45
register_namespace
Method · 0.45
load_type_definitions
Method · 0.45
add_object
Method · 0.45
add_method
Method · 0.45
add_variable
Method · 0.45
start
Method · 0.45
Tested by
no test coverage detected