Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
def
to_camel_case(name):
14
func = getattr(opcua.common.type_dictionary_buider,
'_to_camel_case'
)
15
return
func(name)
16
17
18
def
reference_generator(source_id, target_id, reference_type, is_forward=True):
Callers
4
test_camel_case_1
Method · 0.85
test_camel_case_2
Method · 0.85
test_opc_type_dict_get_dict_value
Method · 0.85
test_data_type_dict_set_dict_byte_string
Method · 0.85
Calls
1
func
Function · 0.70
Tested by
no test coverage detected