Searched refs:normalize (Results 1 – 4 of 4) sorted by relevance
1 # Auto normalize all files which appear to be text files.4 # Auto normalize files which are explicitly text
32 self.unknown_values.add(self.normalize(content))59 def normalize(string: str) -> str: member in Expr73 normalized = self.normalize(self.string)
61 def normalize(expr: str) -> str: function130 if normalize(expr) != normalize(output):
52 ## from PREPROCESSOR_INPUT. Also normalize whitespace.