Searched refs:replaceString (Results 1 – 2 of 2) sorted by relevance
26 def export2json(d, json_file, expand=True, searchString="",replaceString=""): argument46 data2export[key] = d.getVar(key, expand).replace(searchString,replaceString)
453 export2json(d, testdata_name, searchString=searchString, replaceString="")