stimpyp.protocol_parser.lines_to_variables_dict#

stimpyp.protocol_parser.lines_to_variables_dict(lines)#

Identify assignments (=) and create dict {variable_name : string_to_eval}

Parameters:

lines (list[str])

Return type:

dict[str, str]