build_multi_parameters

Module Contents

Functions

build_multi_parameters(dic)

use this function to build multi-paremeter instances with a dictionary

build_multi_parameters.build_multi_parameters(dic)

use this function to build multi-paremeter instances with a dictionary

dicdict

dic is a dictionary which contains a list of parameter their attributes as key value pairs

{
“list_of_parameters”:[
{

“name”:”name_of_parameter_1”, “value”:123

}, {

“name”:”name_of_parameter_2”, “value”:456

}, {

“name”:”name_of_parameter_3”, “value”:789

},

]

}

a more detailed description of this parameter will be in our document.

ls = build_multi_parameters(dic)

Parameters

dic (dict) –

Return type

list