Searched defs:from_decimal (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dfractions.py115 value = Fraction.from_decimal(numerator)
185 def from_decimal(cls, dec): member in class:Fraction
192 "%s.from_decimal() only takes Decimals, not %r (%s)" %
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dfractions.py115 value = Fraction.from_decimal(numerator)
185 def from_decimal(cls, dec): member in class:Fraction
192 "%s.from_decimal() only takes Decimals, not %r (%s)" %

Completed in 262 milliseconds