Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dnumbers.py364 def __or__(self, other): member in Integral
H A D_weakrefset.py197 __or__ = union variable in WeakSet
H A Dweakref.py319 def __or__(self, other): member in WeakValueDictionary
524 def __or__(self, other): member in WeakKeyDictionary
H A Dtyping.py464 def __or__(self, other): member in _SpecialForm
900 def __or__(self, other): member in ForwardRef
951 def __or__(self, right): member in _BoundVarianceMixin
1367 def __or__(self, right): member in _GenericAlias
1582 def __or__(self, right): member in _SpecialGenericAlias
3166 def __or__(self, other): member in NewType
H A Doperator.py442 __or__ = or_ variable
H A D_collections_abc.py599 def __or__(self, other): member in Set
605 __ror__ = __or__
H A Denum.py603 # for Flag, add __or__, __and__, __xor__, and __invert__
606 '__or__', '__and__', '__xor__',
1505 def __or__(self, other): member in Flag
1548 __ror__ = __or__
1686 body['__or__'] = Flag.__or__
H A Dos.py725 def __or__(self, other): member in _Environ
/third_party/python/Lib/test/
H A Dtest_augassign.py190 def __or__(self, val): member in AugAssignTest.testCustomMethods2.testall
191 output.append("__or__ called")
308 __or__ called
H A Dtest_dict.py63 self.assertIs(a.__or__(None), NotImplemented)
64 self.assertIs(a.__or__(()), NotImplemented)
65 self.assertIs(a.__or__("BAD"), NotImplemented)
66 self.assertIs(a.__or__(""), NotImplemented)
H A Dtest_collections.py2237 (Counter.__or__, lambda x, y: max(0,x,y)),
2254 (Counter.__or__, set.__or__),
2272 (Counter.__ior__, Counter.__or__),
H A Dtest_os.py1208 self.assertIs(NotImplemented, os.environ.__or__(new_vars_items))
/third_party/python/Lib/collections/
H A D__init__.py317 def __or__(self, other): member in OrderedDict
850 def __or__(self, other): member in Counter
1086 def __or__(self, other): member in ChainMap
1143 def __or__(self, other): member in UserDict
/third_party/python/Include/internal/
H A Dpycore_global_strings.h159 STRUCT_FOR_ID(__or__)
H A Dpycore_runtime_init.h782 INIT_ID(__or__), \
/third_party/littlefs/scripts/
H A Dtracebd.py248 def __or__(self, other): member in Block
440 Block.__or__,
/third_party/protobuf/python/google/protobuf/internal/
H A Dtest_util.py832 def __or__(self, y): member in NonStandardInteger
/third_party/python/Objects/
H A Dtypeobject.c4392 .nb_or = _Py_union_type_or, // Add __or__ function
7525 SLOT1BIN(slot_nb_or, nb_or, __or__, __ror__)
8139 BINSLOT("__or__", nb_or, slot_nb_or, "|"),

Completed in 41 milliseconds