First time here? Check out the FAQ!
answered 2017-02-10 05:28:58 +0100
You can turn the preparser off:
preparser(False)
Or, if you want a more limited effect, you can see how integers get preparsed:
sage: preparse("10") 'Integer(10)'
and adapt that:
Integer=int