/external/python/cpython3/Doc/library/ |
D | numbers.rst | 126 means that :meth:`__add__` and :meth:`__radd__` should be defined as:: 138 def __radd__(self, other): 164 that ``B`` defines a more intelligent :meth:`__radd__`, so the 168 3. Then ``B``'s :meth:`__radd__` gets a chance. If it accepts 173 5. If ``B <: A``, Python tries ``B.__radd__`` before 180 in :class:`complex`, and both :meth:`__radd__` s land there, so ``a+b 222 __add__, __radd__ = _operator_fallbacks(_add, operator.add)
|
/external/python/cpython2/Doc/library/ |
D | numbers.rst | 122 means that :meth:`__add__` and :meth:`__radd__` should be defined as:: 134 def __radd__(self, other): 160 that ``B`` defines a more intelligent :meth:`__radd__`, so the 164 3. Then ``B``'s :meth:`__radd__` gets a chance. If it accepts 169 5. If ``B <: A``, Python tries ``B.__radd__`` before 176 in :class:`complex`, and both :meth:`__radd__` s land there, so ``a+b 218 __add__, __radd__ = _operator_fallbacks(_add, operator.add)
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | tensor_priority_test.py | 54 def __radd__(self, lhs): member in TensorPriorityTest.testUnsupportedRhsWithDelegation.WithReverseAdd 66 def __radd__(self, lhs): member in TensorPriorityTest.testFullDelegationControlUsingRegistry.NumpyArraySubclass
|
/external/python/cachetools/src/cachetools/ |
D | keys.py | 25 def __radd__(self, other, add=tuple.__add__): member in _HashedTuple
|
/external/python/cpython3/Lib/test/ |
D | test_augassign.py | 72 def __radd__(self, val): member in AugAssignTest.testCustomMethods1.aug_test 124 def __radd__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_userlist.py | 35 u2 = u.__radd__(UserList("spam"))
|
/external/python/cpython2/Lib/test/ |
D | test_augassign.py | 84 def __radd__(self, val): member in AugAssignTest.testCustomMethods1.aug_test 128 def __radd__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_userlist.py | 28 u2 = u.__radd__(UserList("spam"))
|
/external/python/cpython3/Lib/xml/dom/ |
D | minicompat.py | 82 def __radd__(self, other): member in EmptyNodeList
|
/external/python/cpython2/Lib/xml/dom/ |
D | minicompat.py | 83 def __radd__(self, other): member in EmptyNodeList
|
/external/python/dateutil/dateutil/ |
D | relativedelta.py | 151 dtm = self.__radd__(dt2) 164 dtm = self.__radd__(dt2) 404 def __radd__(self, other): member in relativedelta 408 return self.__neg__().__radd__(other)
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_operators.py | 66 ragged_tensor.RaggedTensor.__radd__ = _right(math_ops.add)
|
/external/fonttools/Lib/fontTools/misc/ |
D | vector.py | 54 __radd__ = __add__ variable in Vector
|
/external/python/cpython2/Lib/ |
D | numbers.py | 78 def __radd__(self, other): member in Complex
|
D | UserList.py | 55 def __radd__(self, other): member in UserList
|
/external/python/cpython3/Lib/ |
D | numbers.py | 77 def __radd__(self, other): member in Complex
|
/external/python/pyasn1/pyasn1/type/ |
D | tag.py | 209 def __radd__(self, superTag): member in TagSet
|
D | constraint.py | 586 def __radd__(self, value): member in AbstractConstraintSet
|
/external/python/cpython2/Demo/classes/ |
D | Dates.py | 156 __radd__ = __add__ # handle int+date variable in Date
|
D | Complex.py | 182 __radd__ = __add__ variable in Complex
|
/external/tensorflow/tensorflow/python/framework/ |
D | tensor_shape.py | 368 def __radd__(self, other): member in Dimension 997 def __radd__(self, other): member in TensorShape
|
/external/libchrome/third_party/markupsafe/ |
D | __init__.py | 83 def __radd__(self, other): member in Markup
|
/external/python/dateutil/dateutil/test/ |
D | _common.py | 219 __add__ = __radd__ = _op
|
/external/python/markupsafe/src/markupsafe/ |
D | __init__.py | 63 def __radd__(self, other): member in Markup
|
/external/clang/utils/ABITest/ |
D | Enumeration.py | 25 __radd__ = __add__ variable in Aleph0
|