Home | History | Annotate | Download | only in tools

Lines Matching full:replacements

1951     def replaceTokens(self,replacements=dict()):
1958 if tok.value in replacements:
1959 tok.value = replacements[tok.value]