为什么没有馏分。分数有__int__方法?

时间:2015-06-21 15:31:19

标签: python python-3.x python-3.4 fractions

使用int(fractions.Fraction)时,它会返回分数的相应值。

实施例

from fractions import Fraction

int(Fraction(12, 3)) # Outputs 4

但是,fraction.Fraction没有__int__方法。那怎么回事?

0 个答案:

没有答案