Searched refs:quoteforpo (Results 1 – 4 of 4) sorted by relevance
30 assert pypo.quoteforpo("Some test") == ['"Some test"']32 assert pypo.quoteforpo("One\nTwo\n") == ['""', '"One\\n"', '"Two\\n"']34 assert pypo.quoteforpo(39 assert pypo.quoteforpo(46 assert pypo.quoteforpo(53 assert pypo.quoteforpo(61 assert pypo.quoteforpo(78 assert pypo.quoteforpo(
133 def quoteforpo(text, wrapper_obj=None): function275 return quoteforpo(text, self.wrapper)
327 def quoteforpo(text): function328 return pypo.quoteforpo(text)
32 quoted_special = pypo.quoteforpo(special)