/third_party/python/Lib/ |
D | numbers.py | 214 def __floordiv__(self, other): member in Real
|
D | operator.py | 426 __floordiv__ = floordiv variable
|
D | fractions.py | 523 __floordiv__, __rfloordiv__ = _operator_fallbacks(_floordiv, operator.floordiv) variable in Fraction
|
D | _pydecimal.py | 1575 def __floordiv__(self, other, context=None): member in Decimal 1608 return other.__floordiv__(self, context=context) 4412 r = a.__floordiv__(b, context=self)
|
D | datetime.py | 669 def __floordiv__(self, other): member in timedelta
|
/third_party/python/Lib/test/ |
D | test_augassign.py | 154 def __floordiv__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_binop.py | 148 def __floordiv__(self, other): member in Rat
|
D | test_fractions.py | 711 def __floordiv__(self, other): member in FractionTest.test_int_subclass.myint
|
D | test_descr.py | 4212 def __floordiv__(self, other): member in ClassPropertiesAndMethods.test_subclass_right_op.B 4223 def __floordiv__(self, other): member in ClassPropertiesAndMethods.test_subclass_right_op.C 4234 def __floordiv__(self, other): member in ClassPropertiesAndMethods.test_subclass_right_op.D
|
D | test_weakref.py | 285 def __floordiv__(self, other): member in ReferencesTestCase.test_proxy_div.C
|
D | datetimetester.py | 1006 def __floordiv__(self, other): member in TestTimeDelta.test_issue31752.BadInt
|
/third_party/skia/third_party/externals/jinja2/ |
D | runtime.py | 770 __floordiv__
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | runtime.py | 644 __truediv__ = __rtruediv__ = __floordiv__ = __rfloordiv__ = \
|
/third_party/jinja2/ |
D | runtime.py | 864 __floordiv__ = __rfloordiv__ = _fail_with_undefined_error variable in Undefined
|
/third_party/python/Doc/library/ |
D | operator.rst | 105 __floordiv__(a, b)
|
D | unittest.mock.rst | 2024 ``__floordiv__``, ``__mod__``, ``__divmod__``, ``__lshift__``,
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | test_util.py | 759 def __floordiv__(self, y): member in NonStandardInteger
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a2.rst | 174 Removed special methods ``__int__``, ``__float__``, ``__floordiv__``,
|
/third_party/python/Doc/howto/ |
D | pyporting.rst | 183 an object defines a ``__truediv__`` method but not ``__floordiv__`` then your
|
/third_party/python/Doc/reference/ |
D | datamodel.rst | 2541 object.__floordiv__(self, other) 2562 :meth:`__floordiv__` and :meth:`__mod__`; it should not be related to
|
D | expressions.rst | 1253 :meth:`__floordiv__` methods.
|
/third_party/python/Doc/whatsnew/ |
D | 2.2.rst | 755 * Classes can define methods called :meth:`__truediv__` and :meth:`__floordiv__`
|
D | 3.10.rst | 1785 * Removed special methods ``__int__``, ``__float__``, ``__floordiv__``,
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 275 …`~PyNumberMethods.nb_floor_divide` | :c:type:`binaryfunc` | __floordiv__ |
|
/third_party/python/Misc/ |
D | HISTORY | 17282 (Only __truediv__ and __floordiv__ remain, not sure how to handle
|