Home | History | Annotate | Download | only in lib

Lines Matching full:__or__

4516 __or____ilshift____rlshift____lshift____iand____rand____and____itruediv____rtruediv____truediv____idiv____rdiv____div____imul____rmul____mul____bases____divmod____rdivmod__SOO__getattr____setattr____delattr__namebasesdictim_classim_func__func__im_self__self__instanceclassobjcoercion should return None or 2-tuple%.200s instance has no __call__ methodcomparison did not return an intattribute name must be a string__dict__ not accessible in restricted mode__dict__ must be set to a dictionary__class__ not accessible in restricted mode__class__ must be set to a class%.50s instance has no attribute '%.400s'unbound method %s%s must be called with %s instance as first argument (got %s%s instead)first argument must be callableunbound methods must have non-NULL im_class/usr/local/google/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.5/Objects/classobject.cinstance() second arg must be dictionary or Noneinstance.__dict__ not accessible in restricted mode__iter__ returned non-iterator of type '%.100s'object cannot be interpreted as an index__hash__() should return an int__len__() should return an intin 3.x, __delslice__ has been removed; use __delitem__in 3.x, __setslice__ has been removed; use __setitem__in 3.x, __getslice__ has been removed; use __getitem____nonzero__ should return an int__nonzero__ should return >= 0__trunc__ returned non-Integral (type %.200s)this constructor takes no argumentsclass.__dict__ not accessible in restricted modeclass %.50s has no attribute '%.400s'PyClass_New: name must be a stringPyClass_New: dict must be a dictionaryPyClass_New: bases must be a tuplePyClass_New: base must be a class__dict__ must be a dictionary object__bases__ must be a tuple object__bases__ items must be classesa __bases__ item causes an inheritance cycle__name__ must be a string object__name__ must not contain null bytesclasses are read-only in restricted modethe class associated with a methodthe function (or other callable) implementing a methodthe instance to which a method is bound; None for unbound methodsGCC: (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4zRx?040EB?D?D ?a
17065 type(name, bases, dict) -> a new type (?? XGC object already tracked__class__nnnnO__new__can't set %s.__name__can't delete %s.__name__O:__format____abstractmethods____setattr__NULL<super: <class '%s'>, NULL>__doc____module____builtin____delattr____getnewargs____getstate____dict____slotnames__copy_regO_slotnames(NO)iteritems__newobj__|i:__reduce__(Oi)_reduce_ex__name__ %s?|i:__reduce_ex____reduce__superO!|O:supercan't set %s.__module__can't delete %s.__module__classtype<%s '%s.%s'><%s '%s'>object() takes no parameterssorted, join<%s.%s object at %p><%s object at %p>This object has no __dict____getitem____get____call____repr____init____cmp____contains____len____nonzero____del__(O)__iadd____isub____imul____idiv____imod____ipow____ilshift____irshift____iand____ixor____ior____ifloordiv____itruediv____getattribute____getattr__()__len__() should return >= 0__neg____pos____abs____index____invert____int____long____float____oct____hex__next__radd____add____rsub____sub____rmul____mul____rdiv____div____rmod____mod____rdivmod____divmod____rlshift____lshift____rrshift____rshift____rand____and____rxor____xor____ror____or____coerce____rfloordiv____floordiv____rtruediv____truediv__(nn)__delslice__(nnO)__setslice__(n)__delitem__(nO)__setitem____getslice__(OO)__delete____set____rpow____pow____hash____eq____str____iter__bases must be typestype() takes 1 or 3 argumentsSO!O!:type__slots____slots__ must be identifiers__weakref__duplicate base class %s[O]mrocan't set %s.__bases__can't delete %s.__bases____bases__namebasesdict__thisclass__the class invoking super()__self____self_class__x.__cmp__(y) <==> cmp(x,y)x.__repr__() <==> repr(x)x.__hash__() <==> hash(x)x.__call__(...) <==> x(...)x.__str__() <==> str(x)__lt__x.__lt__(y) <==> x<y__le__x.__le__(y) <==> x<=yx.__eq__(y) <==> x==y__ne__x.__ne__(y) <==> x!=y__gt__x.__gt__(y) <==> x>y__ge__x.__ge__(y) <==> x>=yx.__iter__() <==> iter(x)descr.__set__(obj, value)descr.__delete__(obj)x.__add__(y) <==> x+yx.__radd__(y) <==> y+xx.__sub__(y) <==> x-yx.__rsub__(y) <==> y-xx.__mul__(y) <==> x*yx.__rmul__(y) <==> y*xx.__div__(y) <==> x/yx.__rdiv__(y) <==> y/xx.__mod__(y) <==> x%yx.__rmod__(y) <==> y%xx.__neg__() <==> -xx.__pos__() <==> +xx.__abs__() <==> abs(x)x.__nonzero__() <==> x != 0x.__invert__() <==> ~xx.__lshift__(y) <==> x<<yx.__rlshift__(y) <==> y<<xx.__rshift__(y) <==> x>>yx.__rrshift__(y) <==> y>>xx.__and__(y) <==> x&yx.__rand__(y) <==> y&xx.__xor__(y) <==> x^yx.__rxor__(y) <==> y^xx.__or__(y) <==> x|yx.__ror__(y) <==> y|xx.__int__() <==> int(x)x.__long__() <==> long(x)x.__float__() <==> float(x)x.__oct__() <==> oct(x)x.__hex__() <==> hex(x)x.__iadd__(y) <==> x+=yx.__isub__(y) <==> x-=yx.__imul__(y) <==> x*=yx.__idiv__(y) <==> x/=yx.__imod__(y) <==> x%=yx.__ipow__(y) <==> x**=yx.__ilshift__(y) <==> x<<=yx.__irshift__(y) <==> x>>=yx.__iand__(y) <==> x&=yx.__ixor__(y) <==> x^=yx.__ior__(y) <==> x|=yx.__floordiv__(y) <==> x//yx.__rfloordiv__(y) <==> y//xx.__truediv__(y) <==> x/yx.__rtruediv__(y) <==> y/xx.__ifloordiv__(y) <==> x//yx.__itruediv__(y) <==> x/yx.__len__() <==> len(x)x.__getitem__(y) <==> x[y]x.__mul__(n) <==> x*nx.__rmul__(n) <==> n*xx.__contains__(y) <==> y in xobjectThe most base type__reduce_ex__helper for pickle__subclasshook____format__default object formatter__sizeof__the object's class__subclasses____instancecheck____subclasscheck____basicsize____itemsize____flags____weakrefoffset____base____dictoffset____mro__type inequality comparisons not supported in 3.xcan only assign string to %s.__name__, not '%s'__name__ must not contain null bytesargument to __format__ must be unicode or strobject.__format__ with a non-empty format string is deprecatedThis object has no __weakref____get__(None, None) is invalidcan't apply this %s to %s object<super: <class '%s'>, <%s object>>PyArg_UnpackTuple() argument list is not a tupleexpected %d arguments, got %zdobject.__init__() takes no parameterscan't delete __class__ attribute__class__ must be set to new-style class, not '%s' object__class__ assignment: only for heap types%s assignment: '%s' deallocator differs from '%s'%s assignment: '%s' object layout differs from '%s'__getnewargs__ should return a tuple, not '%.200s'copy_reg._slotnames didn't return a list or NoneCannot create a consistent method resolution