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