Searched refs:raw_str (Results 1 – 1 of 1) sorted by relevance
151 def replace(self, raw_str): argument152 old_str = raw_str154 raw_str = raw_str.replace(old, new)155 return raw_str, old_str != raw_str