Home
last modified time | relevance | path

Searched defs:__ror__ (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Dmetric.py38 def __ror__(self, other: Union[int, float, 'Expression']) -> 'Operator': member in Expression
/third_party/python/Lib/
H A Dnumbers.py369 def __ror__(self, other): member in Integral
H A Dweakref.py326 def __ror__(self, other): member in WeakValueDictionary
531 def __ror__(self, other): member in WeakKeyDictionary
H A Denum.py1548 __ror__ = __or__ variable in Flag
H A Dos.py732 def __ror__(self, other): member in _Environ
H A D_collections_abc.py605 __ror__ = __or__ variable in Set
H A Dtyping.py467 def __ror__(self, other): member in _SpecialForm
903 def __ror__(self, other): member in ForwardRef
954 def __ror__(self, left): member in _BoundVarianceMixin
1370 def __ror__(self, left): member in _GenericAlias
1585 def __ror__(self, left): member in _SpecialGenericAlias
3169 def __ror__(self, other): member in NewType
/third_party/python/Lib/test/
H A Dtest_augassign.py192 def __ror__(self, val): member in AugAssignTest.testCustomMethods2.testall
H A Dtest_collections.py286 def __ror__(self, other): member in TestChainMap.test_union_operators.SubclassRor
764 __ror__ = __eq__ variable in ABCTestCase.validate_comparison.Other
/third_party/protobuf/python/google/protobuf/internal/
H A Dtest_util.py841 def __ror__(self, y): member in NonStandardInteger
/third_party/python/Lib/collections/
H A D__init__.py324 def __ror__(self, other): member in OrderedDict
1093 def __ror__(self, other): member in ChainMap
1150 def __ror__(self, other): member in UserDict

Completed in 19 milliseconds