Searched defs:__or__ (Results 1 - 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/contrib/specs/python/
H A Dspecs_lib.py94 def __or__(self, f): member in class:Composable
/external/python/cpython2/Demo/classes/
H A Dbitvec.py302 def __or__(self, otherseq, *rest): member in class:BitVec
303 #rprt('%r.__or__%r\n' % (self, (otherseq,) + rest))
/external/python/cpython2/Lib/
H A D_weakrefset.py201 __or__ = union variable in class:WeakSet
H A Dcollections.py671 def __or__(self, other): member in class:Counter
H A Dnumbers.py361 def __or__(self, other): member in class:Integral
H A Dsets.py170 # Each has an operator version (e.g. __or__, invoked with |) and a
174 # we did "union = __or__" instead, then Set().union(3) would return
178 def __or__(self, other): member in class:BaseSet
H A D_abcoll.py211 def __or__(self, other): member in class:Set
217 __ror__ = __or__
/external/python/cpython2/Lib/test/
H A Dtest_augassign.py191 def __or__(self, val): member in class:AugAssignTest.testCustomMethods2.testall
192 output.append("__or__ called")
309 __or__ called
/external/python/cpython3/Lib/
H A D_weakrefset.py193 __or__ = union variable in class:WeakSet
H A Denum.py730 def __or__(self, other): member in class:Flag
795 def __or__(self, other): member in class:IntFlag
811 __ror__ = __or__
H A Dnumbers.py360 def __or__(self, other): member in class:Integral
H A Doperator.py439 __or__ = or_ variable
H A D_collections_abc.py488 def __or__(self, other): member in class:Set
494 __ror__ = __or__
/external/python/cpython3/Lib/test/
H A Dtest_augassign.py190 def __or__(self, val): member in class:AugAssignTest.testCustomMethods2.testall
191 output.append("__or__ called")
308 __or__ called
/external/autotest/site_utils/
H A Drun_suite.py143 def __or__(self, other): member in class:_ReturnResult
/external/python/cpython3/Lib/collections/
H A D__init__.py731 def __or__(self, other): member in class:Counter
/external/scapy/scapy/
H A Dfields.py1158 def __or__(self, other): member in class:FlagValue
1160 __ror__ = __or__
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
H A Dcore.py455 def __or__(self, other): member in class:LabeledTensor

Completed in 337 milliseconds