/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_operators.py | 62 ragged_tensor.RaggedTensor.__ror__ = _right(math_ops.logical_or)
|
D | ragged_tensor.py | 2069 __ror__ = _overloaded_operator("__ror__") variable in RaggedTensor
|
/external/python/cpython3/Lib/ |
D | numbers.py | 365 def __ror__(self, other): member in Integral
|
D | weakref.py | 324 def __ror__(self, other): member in WeakValueDictionary 521 def __ror__(self, other): member in WeakKeyDictionary
|
D | _collections_abc.py | 510 __ror__ = __or__ variable in Set
|
D | os.py | 730 def __ror__(self, other): member in _Environ
|
D | enum.py | 862 __ror__ = __or__ variable in IntFlag
|
/external/python/cpython2/Lib/ |
D | numbers.py | 366 def __ror__(self, other): member in Integral
|
D | _abcoll.py | 217 __ror__ = __or__ variable in Set
|
/external/python/cpython3/Lib/test/ |
D | test_augassign.py | 192 def __ror__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_collections.py | 281 def __ror__(self, other): member in TestChainMap.test_union_operators.SubclassRor 282 return super().__ror__(other) 734 __ror__ = __eq__ variable in ABCTestCase.validate_comparison.Other
|
D | test_os.py | 1116 self.assertIs(NotImplemented, os.environ.__ror__(new_vars_items))
|
/external/python/cpython2/Lib/test/ |
D | test_augassign.py | 193 def __ror__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_collections.py | 322 __ror__ = __eq__ variable in ABCTestCase.validate_comparison.Other
|
/external/tensorflow/tensorflow/python/distribute/ |
D | ps_values.py | 266 def __ror__(self, o): member in AggregatingVariable
|
D | values.py | 304 def __ror__(self, o): member in DistributedDelegate
|
/external/python/cpython3/Lib/collections/ |
D | __init__.py | 321 def __ror__(self, other): member in OrderedDict 1027 def __ror__(self, other): member in ChainMap 1084 def __ror__(self, other): member in UserDict
|
/external/protobuf/python/google/protobuf/internal/ |
D | test_util.py | 841 def __ror__(self, y): member in NonStandardInteger
|
/external/scapy/scapy/ |
D | fields.py | 1160 __ror__ = __or__ variable in FlagValue
|
/external/python/pyasn1/pyasn1/type/ |
D | univ.py | 118 def __ror__(self, value): member in Integer
|
/external/python/setuptools/setuptools/_vendor/ |
D | pyparsing.py | 1919 def __ror__(self, other ): member in ParserElement
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | pyparsing.py | 1919 def __ror__(self, other ): member in ParserElement
|
/external/python/cpython3/Doc/c-api/ |
D | typeobj.rst | 263 … | | __ror__ |
|
/external/python/cpython2/Doc/reference/ |
D | datamodel.rst | 2147 object.__ror__(self, other)
|
/external/python/cpython3/Doc/reference/ |
D | datamodel.rst | 2395 object.__ror__(self, other)
|