Home
last modified time | relevance | path

Searched refs:__or__ (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/
Dnumbers.py361 def __or__(self, other): member in Integral
D_abcoll.py211 def __or__(self, other): member in Set
217 __ror__ = __or__
D_weakrefset.py201 __or__ = union variable in WeakSet
Dsets.py178 def __or__(self, other): member in BaseSet
Dcollections.py671 def __or__(self, other): member in Counter
/external/python/cpython2/Lib/test/
Dtest_augassign.py191 def __or__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_collections.py1000 (Counter.__or__, lambda x, y: max(0,x,y)),
1017 (Counter.__or__, set.__or__),
/external/python/cpython2/Demo/classes/
Dbitvec.py302 def __or__(self, otherseq, *rest): member in BitVec
/external/python/cpython2/Modules/
Doperator.c405 spam2(or_,__or__, "or_(a, b) -- Same as a | b.")
/external/python/cpython2/Doc/library/
Doperator.rst164 __or__(a, b)
Dcollections.rst914 … :class:`Iterable`, ``__iter__``, ``__gt__``, ``__ge__``, ``__and__``, ``__or__``,
/external/python/cpython2/Misc/
Dcheatsheet1187 s^o = __xor__(s,o) s|o = __or__(s,o)
DHISTORY14524 "and" are reserved words). ("__or__" and "__and__" are unchanged.)
/external/python/cpython2/Doc/reference/
Ddatamodel.rst2091 object.__or__(self, other)