Searched defs:__ior__ (Results 1 – 9 of 9) sorted by relevance
| /third_party/python/Lib/ | ||
| D | weakref.py | 315 def __ior__(self, other): member in WeakValueDictionary |
| D | _weakrefset.py | 126 def __ior__(self, other): member in WeakSet |
| D | operator.py | 462 __ior__ = ior variable |
| D | os.py | 721 def __ior__(self, other): member in _Environ |
| D | _collections_abc.py | 717 def __ior__(self, it): member in MutableSet |
| /third_party/python/Lib/collections/ | ||
| D | __init__.py | 313 def __ior__(self, other): member in OrderedDict |
| /third_party/python/Lib/test/ | ||
| D | test_augassign.py | 194 def __ior__(self, val): member in AugAssignTest.testCustomMethods2.testall |
| D | test_operator.py | 488 def __ior__ (self, other): return "ior" member in OperatorTestCase.test_inplace.C |
| D | test_typing.py | 5407 def __ior__(self, other: "Const[MySet[T]]") -> "MySet[T]": member in GetTypeHintTests.test_get_type_hints_annotated_refs.MySet |