/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 | 81 ragged_tensor.RaggedTensor.__rtruediv__ = _right(math_ops.truediv)
|
/external/fonttools/Lib/fontTools/misc/ |
D | vector.py | 70 def __rtruediv__(self, other): member in Vector
|
/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
|
/external/python/cpython3/Lib/ |
D | numbers.py | 115 def __rtruediv__(self, other): member in Complex
|
D | fractions.py | 517 __truediv__, __rtruediv__ = _operator_fallbacks(_div, operator.truediv) variable in Fraction
|
D | pathlib.py | 857 def __rtruediv__(self, key): member in PurePath
|
/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
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_arrays_test.py | 115 lambda a, b: b.__rtruediv__(a),
|
/external/tensorflow/tensorflow/python/keras/mixed_precision/ |
D | autocast_variable.py | 418 def __rtruediv__(self, o): member in AutoCastVariable
|
/external/python/parse_type/tasks/_vendor/ |
D | pathlib.py | 855 def __rtruediv__(self, key): member in PurePath 860 __rdiv__ = __rtruediv__
|
D | path.py | 273 __rtruediv__ = __rdiv__ variable in Path
|
/external/python/jinja/src/jinja2/ |
D | runtime.py | 739 __truediv__ = __rtruediv__ = _fail_with_undefined_error
|
/external/tensorflow/tensorflow/python/framework/ |
D | tensor_shape.py | 562 def __rtruediv__(self, other): member in Dimension
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testmagicmethods.py | 152 mock.__rtruediv__ = truediv
|
/external/libchrome/third_party/jinja2/ |
D | runtime.py | 644 __truediv__ = __rtruediv__ = __floordiv__ = __rfloordiv__ = \
|
/external/tensorflow/tensorflow/python/distribute/ |
D | ps_values.py | 257 def __rtruediv__(self, o): member in AggregatingVariable
|
/external/python/pyasn1/pyasn1/type/ |
D | univ.py | 185 def __rtruediv__(self, value): member in Integer 1456 def __rtruediv__(self, value): member in Real
|
/external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
D | test_util.py | 804 def __rtruediv__(self, y): member in NonStandardInteger
|
/external/protobuf/python/google/protobuf/internal/ |
D | test_util.py | 814 def __rtruediv__(self, y): member in NonStandardInteger
|