/external/python/cpython2/Lib/test/ |
D | test_binop.py | 145 def __rtruediv__(self, other): member in Rat 155 __rdiv__ = __rtruediv__
|
D | test_coercion.py | 66 def __rtruediv__(self,other): member in MethodNumber
|
D | test_complex.py | 417 __rtruediv__ = __rdiv__ variable in ComplexTest.test_subclass.xcomplex
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_operators.py | 68 ragged_tensor.RaggedTensor.__rtruediv__ = _right(math_ops.truediv)
|
/external/python/cpython3/Lib/ |
D | numbers.py | 115 def __rtruediv__(self, other): member in Complex
|
D | fractions.py | 428 __truediv__, __rtruediv__ = _operator_fallbacks(_div, operator.truediv) variable in Fraction
|
D | pathlib.py | 903 def __rtruediv__(self, key): member in PurePath
|
D | _pydecimal.py | 1412 def __rtruediv__(self, other, context=None): member in Decimal
|
/external/python/cpython2/Lib/ |
D | numbers.py | 132 def __rtruediv__(self, other): member in Complex
|
D | fractions.py | 414 __truediv__, __rtruediv__ = _operator_fallbacks(_div, operator.truediv) variable in Fraction
|
D | decimal.py | 1383 def __rtruediv__(self, other, context=None): member in Decimal 1391 __rdiv__ = __rtruediv__
|
/external/python/dateutil/dateutil/test/ |
D | _common.py | 223 __truediv__ = __rtruediv__ = _op
|
/external/python/cpython3/Lib/test/ |
D | test_augassign.py | 167 def __rtruediv__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_binop.py | 138 def __rtruediv__(self, other): member in Rat
|
D | test_statistics.py | 1130 def __rtruediv__(self, other): member in UnivariateTypeMixin.prepare_types_for_conservation_test.MyFloat 1131 return type(self)(super().__rtruediv__(other))
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | core.py | 430 def __rtruediv__(self, other): member in LabeledTensor 433 __rdiv__ = __rtruediv__
|
/external/tensorflow/tensorflow/python/distribute/ |
D | values.py | 327 def __rtruediv__(self, o): return o / self.get() member in DistributedDelegate 845 def __rtruediv__(self, o): return o / self.read_value() member in TPUMirroredVariable 1544 def __rtruediv__(self, o): return o / self._v member in AggregatingVariable
|
/external/tensorflow/tensorflow/python/framework/ |
D | tensor_shape.py | 503 def __rtruediv__(self, other): member in Dimension
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testmagicmethods.py | 150 mock.__rtruediv__ = truediv
|
/external/libchrome/third_party/jinja2/ |
D | runtime.py | 644 __truediv__ = __rtruediv__ = __floordiv__ = __rfloordiv__ = \
|
/external/python/mock/mock/tests/ |
D | testmagicmethods.py | 181 mock.__rtruediv__ = truediv
|
/external/python/pyasn1/pyasn1/type/ |
D | univ.py | 181 def __rtruediv__(self, value): member in Integer 1407 def __rtruediv__(self, value): member in Real
|
/external/scapy/scapy/ |
D | packet.py | 355 __rtruediv__ = __rdiv__ variable in Packet
|
/external/python/cpython2/Doc/reference/ |
D | datamodel.rst | 2138 object.__rtruediv__(self, other)
|
/external/python/cpython3/Doc/reference/ |
D | datamodel.rst | 2297 object.__rtruediv__(self, other)
|