Searched defs:from_decimal (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | fractions.py | 185 def from_decimal(cls, dec): member in Fraction |
/external/python/cpython3/Lib/ | ||
D | fractions.py | 182 def from_decimal(cls, dec): member in Fraction |