Searched refs:ShouldEscape (Results 1 – 1 of 1) sorted by relevance
70 def ShouldEscape(): function76 return arg if not ShouldEscape() else '"%s"' % (arg.replace('"', '\\"'))