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