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

Function to_camel_case

tests/tests_custom_structures.py:13–15  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

11
12
13def to_camel_case(name):
14 func = getattr(opcua.common.type_dictionary_buider, '_to_camel_case')
15 return func(name)
16
17
18def reference_generator(source_id, target_id, reference_type, is_forward=True):

Calls 1

funcFunction · 0.70

Tested by

no test coverage detected