Esempio n. 1
0
 def __rdiv__(self, other, context=None):
     if PY2:
         return TimeValue(Decimal.__rdiv__(self, other, context))
     return TimeValue(Decimal.__rdiv__(self, other))
Esempio n. 2
0
 def __rdiv__(self, other, context=None):
     if PY2:
         return TimeValue(Decimal.__rdiv__(self, other, context))
     return TimeValue(Decimal.__rdiv__(self, other))