Searched refs:__or__ (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython2/Lib/ |
D | numbers.py | 361 def __or__(self, other): member in Integral
|
D | _abcoll.py | 211 def __or__(self, other): member in Set 217 __ror__ = __or__
|
D | _weakrefset.py | 201 __or__ = union variable in WeakSet
|
D | sets.py | 178 def __or__(self, other): member in BaseSet
|
D | collections.py | 671 def __or__(self, other): member in Counter
|
/external/python/cpython2/Lib/test/ |
D | test_augassign.py | 191 def __or__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_collections.py | 1000 (Counter.__or__, lambda x, y: max(0,x,y)), 1017 (Counter.__or__, set.__or__),
|
/external/python/cpython2/Demo/classes/ |
D | bitvec.py | 302 def __or__(self, otherseq, *rest): member in BitVec
|
/external/python/cpython2/Modules/ |
D | operator.c | 405 spam2(or_,__or__, "or_(a, b) -- Same as a | b.")
|
/external/python/cpython2/Doc/library/ |
D | operator.rst | 164 __or__(a, b)
|
D | collections.rst | 914 … :class:`Iterable`, ``__iter__``, ``__gt__``, ``__ge__``, ``__and__``, ``__or__``,
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1187 s^o = __xor__(s,o) s|o = __or__(s,o)
|
D | HISTORY | 14524 "and" are reserved words). ("__or__" and "__and__" are unchanged.)
|
/external/python/cpython2/Doc/reference/ |
D | datamodel.rst | 2091 object.__or__(self, other)
|