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

Function _args_to_array

opcua/tools.py:138–144  ·  view source on GitHub ↗
(val, array)

Source from the content-addressed store, hash-verified

136
137
138def _args_to_array(val, array):
139 if array == "guess":
140 if "," in val:
141 array = "true"
142 if array == "true":
143 val = val.split(",")
144 return val
145
146
147def _arg_to_bool(val):

Callers 1

_arg_to_variantFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected