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

Function reference_generator

tests/tests_custom_structures.py:18–20  ·  view source on GitHub ↗
(source_id, target_id, reference_type, is_forward=True)

Source from the content-addressed store, hash-verified

16
17
18def reference_generator(source_id, target_id, reference_type, is_forward=True):
19 func = getattr(opcua.common.type_dictionary_buider, '_reference_generator')
20 return func(source_id, target_id, reference_type, is_forward)
21
22
23def set_up_test_tree():

Callers 2

Calls 1

funcFunction · 0.70

Tested by

no test coverage detected