static S pythonQuote(O o) { ret quote(o); } static S pythonQuote(S s) { ret quote(s); }