Home
last modified time | relevance | path

Searched refs:raw_str (Results 1 – 1 of 1) sorted by relevance

/build/ohos/packages/
Dfs_process.py151 def replace(self, raw_str): argument
152 old_str = raw_str
154 raw_str = raw_str.replace(old, new)
155 return raw_str, old_str != raw_str