Searched refs:__floor__ (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython3/Lib/ |
D | numbers.py | 179 def __floor__(self): member in Real
|
D | fractions.py | 511 def __floor__(a): member in Fraction
|
D | _pydecimal.py | 1888 def __floor__(self): member in Decimal
|
/external/python/cpython3/Doc/library/ |
D | fractions.rst | 142 .. method:: __floor__()
|
D | math.rst | 60 If *x* is not a float, delegates to ``x.__floor__()``, which should return an
|
D | unittest.mock.rst | 1697 * ``__floor__``, ``__trunc__`` and ``__ceil__``
|
/external/python/pyasn1/pyasn1/type/ |
D | univ.py | 224 def __floor__(self): member in Integer 1447 def __floor__(self): member in Real
|
/external/python/cpython3/Lib/test/ |
D | test_math.py | 536 def __floor__(self): member in MathTests.testFloor.TestFloor 544 t.__floor__ = lambda *args: args
|
/external/python/cpython3/Modules/ |
D | mathmodule.c | 1146 _Py_IDENTIFIER(__floor__); in math_floor()
|
/external/python/cpython2/Lib/test/ |
D | test_math.py | 413 t.__floor__ = lambda *args: args
|
/external/python/pyasn1/ |
D | CHANGES.rst | 321 (e.g. __pos__, __neg__, __round__, __floor__, __ceil__, __trunc__)
|
/external/python/cpython3/Doc/reference/ |
D | datamodel.rst | 2404 object.__floor__(self)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 14203 - In the math module, correctly lookup __trunc__, __ceil__, and __floor__ as 16781 __floor__ and __trunc__, to give support for round, math.ceil,
|