Home
last modified time | relevance | path

Searched defs:__or__ (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Demo/classes/
Dbitvec.py302 def __or__(self, otherseq, *rest): member in BitVec
/external/python/cpython2/Lib/
D_weakrefset.py201 __or__ = union variable in WeakSet
Dcollections.py671 def __or__(self, other): member in Counter
Dsets.py178 def __or__(self, other): member in BaseSet
Dnumbers.py361 def __or__(self, other): member in Integral
D_abcoll.py211 def __or__(self, other): member in Set
/external/python/cpython2/Lib/test/
Dtest_augassign.py191 def __or__(self, val): member in AugAssignTest.testCustomMethods2.testall