Home | History | Annotate | Download | only in lib

Lines Matching full:__or__

3417 a tuple of classes, and the third a dictionary.????t???t?H???u	?A?$?P???VS??$?5?t$?@?$?????????t?\$????L$?\#?C?????5?C?t$?$?????????t?\$????L$?\#?C?b????5?C?t$?$?????????t?\$????L$?\#?C?*?????$[^?__doc____coerce____cmp__?__name__<unbound method %s.%s><bound method %s.%s of %s>__call__ in __call____dict____class____module__<class ?.%s at %p><class %s.%s at %p> after coercion instance__truediv____rtruediv____floordiv____rfloordiv____or____ror____xor____rxor____and____rand____rshift____rrshift____lshift____rlshift____divmod____rdivmod____mod____rmod____div____rdiv____mul____rmul____sub____rsub____add____radd____pow____rpow____itruediv____ifloordiv____ior____ixor____iand____irshift____ilshift____imod____idiv____imul____isub____iadd____ipow____lt____le____eq____ne____gt____ge____delitem____setitem____getitem____contains____delslice__(N)(nn)__setslice__(NO)(nnO)(n)(nO)__getslice__n__len____len__() should return >= 0__nonzero__nextinstance has no next() method__iter__iteration over non-sequence__hash__unhashable instance__index____repr__<?.%s instance at %p><%s.%s instance at %p>__str____del__GC object already tracked__bases____neg____hex____oct____float____invert____abs____pos____int____trunc____long____getattr____setattr____delattr__SOOO!|O:instance__init____init__() should return Noneinstancemethodinstanceclassobjnamebasesdictim_classim_func__func__im_self__self__coercion should return None or 2-tuplecomparison did not return an int%.200s instance has no __call__ methodattribute 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)instance.__dict__ not accessible in restricted modein 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____len__() should return an int__nonzero__ should return an int__nonzero__ should return >= 0__iter__ returned non-iterator of type '%.100s'__hash__() should return an intobject cannot be interpreted as an indexclass.__dict__ not accessible in restricted modeclass %.50s has no attribute '%.400s'__trunc__ returned non-Integral (type %.200s)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/s/ndk-toolchain/src/python/Python-2.7.5/Objects/classobject.c__dict__ must be a dictionary object__bases__ must be a tuple object__name__ must be a string object__bases__ items must be classes__name__ must not contain null bytesa __bases__ item causes an inheritance cycleclasses are read-only in restricted modeinstance() second arg must be dictionary or Nonethis constructor takes no argumentsfirst argument must be callableunbound methods must have non-NULL im_classthe class associated with a methodthe function (or other callable) implementing a methodthe instance to which a method is bound; None for unbound methodsGCC: (GNU) 4.6.x-google 20120106 (prerelease)zR|?'C c(4DA?C [
13868 nnO:__format____name__ %s?nnO__new__can't set %s.__name__can't delete %s.__name____class__GC object already tracked__abstractmethods____doc____module____builtin____setattr__NULL<super: <class '%s'>, NULL>copy_reg(Oi)_reduce_ex<%s.%s object at %p><%s object at %p>classtype<%s '%s.%s'><%s '%s'>__getnewargs____getstate____dict____slotnames__O_slotnames(NO)iteritems__newobj__|i:__reduce__|i:__reduce_ex____reduce__can't set %s.__module__can't delete %s.__module__object() takes no parameterssorted, join__delattr__superO!|O:super__getitem____get__This object has no __dict____init____contains__(nn)__delslice__(nnO)__setslice__(n)__delitem__(nO)__setitem____getslice__(O)(OO)()__len____len__() should return >= 0__index____itruediv____ifloordiv____ior____ixor____iand____irshift____ilshift____ipow____imod____idiv____imul____isub____iadd____hex____oct____float____long____int____invert____abs____pos____neg____delete____set__next__getattribute____getattr____rtruediv____truediv____rfloordiv____floordiv____coerce____ror____or____rxor____xor____rand____and____rrshift____rshift____rlshift____lshift____rpow____pow____rdivmod____divmod____rmod____mod____rdiv____div____rmul____mul____rsub____sub____radd____add____nonzero____del____call____repr____str____cmp__mro__hash____eq__bases must be typesduplicate base class %s[O]type() takes 1 or 3 argumentsSO!O!:type__slots____slots__ must be identifiers__weakref__can't set %s.__bases__can't delete %s.__bases____bases____iter__objectThe most base typex.__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 xnamebasesdict__thisclass__the class invoking super()__self____self_class____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.xargument to __format__ must be unicode or strobject.__format__ with a non-empty format string is deprecatedCannot create a consistent method resolution