Home
last modified time | relevance | path

Searched defs:from_float (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dfractions.py169 def from_float(cls, f): member in Fraction
Ddecimal.py661 def from_float(cls, f): member in Decimal
697 from_float = classmethod(from_float) variable in Decimal