Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
D_weakrefset.py124 def __ior__(self, other): member in WeakSet
Dsets.py428 def __ior__(self, other): member in Set
D_abcoll.py328 def __ior__(self, it): member in MutableSet
/external/python/cpython2/Lib/test/
Dtest_augassign.py195 def __ior__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py483 def __ior__ (self, other): return "ior" member in OperatorTestCase.test_inplace.C
513 self.assertEqual(operator.__ior__ (c, 5), "ior")
/external/python/cpython2/Modules/
Doperator.c417 spam2(ior,__ior__, "a = ior(a, b) -- Same as a |= b.")
/external/python/cpython2/Doc/library/
Doperator.rst384 __ior__(a, b)
Dcollections.rst918 … ``__iter__``, ``clear``, ``pop``, ``remove``, ``__ior__``,
/external/python/cpython2/Misc/
Dcheatsheet1197 s^=o = __ixor__(s,o) s|=o = __ior__(s,o)
/external/python/cpython2/Doc/reference/
Ddatamodel.rst2175 object.__ior__(self, other)