Home
last modified time | relevance | path

Searched refs:__ior__ (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Lib/
Dweakref.py316 def __ior__(self, other): member in WeakValueDictionary
521 def __ior__(self, other): member in WeakKeyDictionary
D_weakrefset.py127 def __ior__(self, other): member in WeakSet
Doperator.py455 __ior__ = ior variable
Dos.py719 def __ior__(self, other): member in _Environ
D_collections_abc.py759 def __ior__(self, it): member in MutableSet
/third_party/python/Lib/collections/
D__init__.py293 def __ior__(self, other): member in OrderedDict
917 def __ior__(self, other): member in Counter
1060 def __ior__(self, other): member in ChainMap
1135 def __ior__(self, other): member in UserDict
/third_party/python/Lib/test/
Dtest_augassign.py194 def __ior__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_dict.py67 self.assertRaises(TypeError, a.__ior__, None)
68 self.assertEqual(a.__ior__(()), {0: 0, 1: 1, 2: 1})
69 self.assertRaises(ValueError, a.__ior__, "BAD")
70 self.assertEqual(a.__ior__(""), {0: 0, 1: 1, 2: 1})
Dtest_operator.py473 def __ior__ (self, other): return "ior" member in OperatorTestCase.test_inplace.C
Dtest_typing.py3235 def __ior__(self, other: "Const[MySet[T]]") -> "MySet[T]": member in GetTypeHintTests.test_get_type_hints_annotated_refs.MySet
3252 get_type_hints(MySet.__ior__, globals(), locals()),
Dtest_collections.py2250 (Counter.__ior__, Counter.__or__),
/third_party/python/Doc/library/
Dcollections.abc.rst152 … ``__iter__``, ``clear``, ``pop``, ``remove``, ``__ior__``,
Doperator.rst528 __ior__(a, b)
/third_party/python/Doc/c-api/
Dtypeobj.rst267 …`~PyNumberMethods.nb_inplace_or` | :c:type:`binaryfunc` | __ior__ |
/third_party/python/Doc/reference/
Ddatamodel.rst2625 object.__ior__(self, other)