コード例 #1
0
ファイル: exacttiming.py プロジェクト: danielbair/aeneas
 def __rdiv__(self, other, context=None):
     if PY2:
         return TimeValue(Decimal.__rdiv__(self, other, context))
     return TimeValue(Decimal.__rdiv__(self, other))
コード例 #2
0
 def __rdiv__(self, other, context=None):
     if PY2:
         return TimeValue(Decimal.__rdiv__(self, other, context))
     return TimeValue(Decimal.__rdiv__(self, other))