(source_id, target_id, reference_type, is_forward=True)
| 16 | |
| 17 | |
| 18 | def 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 | |
| 23 | def set_up_test_tree(): |
no test coverage detected