/external/python/cpython3/Lib/ |
D | _weakrefset.py | 122 def __ior__(self, other): member in WeakSet
|
D | operator.py | 459 __ior__ = ior variable
|
D | _collections_abc.py | 604 def __ior__(self, it): member in MutableSet
|
/external/python/cpython2/Lib/ |
D | _weakrefset.py | 124 def __ior__(self, other): member in WeakSet
|
D | sets.py | 428 def __ior__(self, other): member in Set
|
D | _abcoll.py | 328 def __ior__(self, it): member in MutableSet
|
/external/python/cpython3/Lib/test/ |
D | test_augassign.py | 194 def __ior__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_operator.py | 441 def __ior__ (self, other): return "ior" member in OperatorTestCase.test_inplace.C
|
D | test_collections.py | 1937 (Counter.__ior__, Counter.__or__),
|
/external/python/cpython2/Lib/test/ |
D | test_augassign.py | 195 def __ior__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_operator.py | 483 def __ior__ (self, other): return "ior" member in OperatorTestCase.test_inplace.C 513 self.assertEqual(operator.__ior__ (c, 5), "ior")
|
/external/python/cpython3/Doc/library/ |
D | collections.abc.rst | 69 … ``__iter__``, ``clear``, ``pop``, ``remove``, ``__ior__``,
|
D | operator.rst | 525 __ior__(a, b)
|
/external/python/cpython2/Modules/ |
D | operator.c | 417 spam2(ior,__ior__, "a = ior(a, b) -- Same as a |= b.")
|
/external/python/cpython2/Doc/library/ |
D | operator.rst | 384 __ior__(a, b)
|
D | collections.rst | 922 … ``__iter__``, ``clear``, ``pop``, ``remove``, ``__ior__``,
|
/external/python/cpython3/Lib/collections/ |
D | __init__.py | 849 def __ior__(self, other): member in Counter
|
/external/python/setuptools/setuptools/_vendor/ |
D | pyparsing.py | 3530 def __ior__(self, other ): member in MatchFirst
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | pyparsing.py | 3530 def __ior__(self, other ): member in MatchFirst
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1197 s^=o = __ixor__(s,o) s|=o = __ior__(s,o)
|
/external/python/cpython2/Doc/reference/ |
D | datamodel.rst | 2187 object.__ior__(self, other)
|
/external/python/cpython3/Doc/reference/ |
D | datamodel.rst | 2346 object.__ior__(self, other)
|