No, there is no way to do this. It is defined in the source file ticker.py , line 353:
def __init__(self, useOffset=True, useMathText=None, useLocale=None):
as default parameter values. The default value is True .
Of course you can change the source code.
CT Zhu Jun 11 '14 at 21:13 2014-06-11 21:13
source share