Home
last modified time | relevance | path

Searched defs:from_float (Results 1 – 4 of 4) 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
/external/python/cpython3/Lib/
Dfractions.py194 def from_float(cls, f): member in Fraction
D_pydecimal.py669 def from_float(cls, f): member in Decimal